#0E6E24

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

Shades of Camarone #0E6E24

Tints of Camarone #0E6E24

Color information

#0E6E24 (or 0x0E6E24) is unknown color: approx Camarone. HEX triplet: 0E, 6E and 24. RGB value is (14,110,36). Sum of RGB (Red+Green+Blue) = 14+110+36=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 110 (43.36% from 255 or 68.75% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 110 - color contains mainly: green. Hex color #0E6E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6E24 is #F191DB. Grayscale: #494949. Windows color (decimal): -15831516 or 2387470. OLE color: 2387470.

HSL color Cylindrical-coordinate representation of color #0E6E24: hue angle of 133.75º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6E24 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB1411036-
CMYK0.8700.670.57
HSL133.75º77.42%24.31%-
HSV(B)133.75º87.27%43.14%-
XYZ6.0811.373.54-
YUV72.86107.286.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.75%
GREEN value IS 110 (43.36% from 255) = 68.75%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=8.75%
G=68.75%
B=22.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal14110360.8700.670.57133.7577.4224.31
HexE6E245704339864d18
Octal161564412701037120611530
Binary1110110111010010010101110100001111100110000110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,110,36); }

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

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

 a { background-color: rgb(14,110,36); }

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

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

 span { border-color: rgb(14,110,36); }

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