#18742C

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

Shades of Camarone #18742C

Tints of Camarone #18742C

Color information

#18742C (or 0x18742C) is unknown color: approx Camarone. HEX triplet: 18, 74 and 2C. RGB value is (24,116,44). Sum of RGB (Red+Green+Blue) = 24+116+44=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #18742C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18742C is #E78BD3. Grayscale: #505050. Windows color (decimal): -15174612 or 2913304. OLE color: 2913304.

HSL color Cylindrical-coordinate representation of color #18742C: hue angle of 133.04º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18742C is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB2411644-
CMYK0.7900.620.55
HSL133.04º65.71%27.45%-
HSV(B)133.04º79.31%45.49%-
XYZ7.0812.874.49-
YUV80.28107.5287.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 116 (45.70% from 255) = 63.04%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=13.04%
G=63.04%
B=23.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24116440.7900.620.55133.0465.7127.45
Hex18742C4F03E3785421b
Octal30164541170766720510233
Binary1100011101001011001001111011111011011110000101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18742C; }

 p { color: rgb(24,116,44); }

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

<style>
 a { background-color: #18742C; }

 a { background-color: rgb(24,116,44); }

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

<style>
 span { border-color: #18742C; }

 span { border-color: rgb(24,116,44); }

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