#18612C

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

Shades of Crusoe #18612C

Tints of Crusoe #18612C

Color information

#18612C (or 0x18612C) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 2C. RGB value is (24,97,44). Sum of RGB (Red+Green+Blue) = 24+97+44=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #18612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18612C is #E79ED3. Grayscale: #454545. Windows color (decimal): -15179476 or 2908440. OLE color: 2908440.

HSL color Cylindrical-coordinate representation of color #18612C: hue angle of 136.44º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18612C is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB249744-
CMYK0.7500.550.62
HSL136.44º60.33%23.73%-
HSV(B)136.44º75.26%38.04%-
XYZ5.118.933.84-
YUV69.13113.8295.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=14.55%
G=58.79%
B=26.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497440.7500.550.62136.4460.3323.73
Hex18612C4B0373E883c18
Octal3014154113067762107430
Binary110001100001101100100101101101111111101000100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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