#0E7428

Color #0E7428 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #0E7428

Tints of Camarone #0E7428

Color information

#0E7428 (or 0x0E7428) is unknown color: approx Camarone. HEX triplet: 0E, 74 and 28. RGB value is (14,116,40). Sum of RGB (Red+Green+Blue) = 14+116+40=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 40 (16.02% from 255 or 23.53% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7428 is #F18BD7. Grayscale: #4D4D4D. Windows color (decimal): -15829976 or 2651150. OLE color: 2651150.

HSL color Cylindrical-coordinate representation of color #0E7428: hue angle of 135.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7428 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1411640-
CMYK0.8800.660.55
HSL135.29º78.46%25.49%-
HSV(B)135.29º87.93%45.49%-
XYZ6.8112.744.11-
YUV76.84107.2183.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 8.24%
GREEN value IS 116 (45.70% from 255) = 68.24%
BLUE value IS 40 (16.02% from 255) = 23.53%
R=8.24%
G=68.24%
B=23.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116400.8800.660.55135.2978.4625.49
HexE74285804237874e19
Octal161645013001026720711631
Binary1110111010010100010110000100001011011110000111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7428; }

 p { color: rgb(14,116,40); }

 H1.HeaderClassName
 {
   color: #0E7428;
 }
 .AnyTagClassName
 {
   color: #0E7428;
 }
</style>
background-color css

<style>
 a { background-color: #0E7428; }

 a { background-color: rgb(14,116,40); }

 div.DivClassName
 {
   background-color: #0E7428;
 }
 .BgClassName
 {
   background-color: #0E7428;
 }
</style>
border-color css

<style>
 span { border-color: #0E7428; }

 span { border-color: rgb(14,116,40); }

 td.TdClassName
 {
   border-color: #0E7428;
 }
 .TagClassName
 {
   border-color: #0E7428;
 }
</style>