#18612D

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

Shades of Crusoe #18612D

Tints of Crusoe #18612D

Color information

#18612D (or 0x18612D) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 2D. RGB value is (24,97,45). Sum of RGB (Red+Green+Blue) = 24+97+45=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #18612D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18612D is #E79ED2. Grayscale: #454545. Windows color (decimal): -15179475 or 2973976. OLE color: 2973976.

HSL color Cylindrical-coordinate representation of color #18612D: hue angle of 137.26º 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 #18612D is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB249745-
CMYK0.7500.540.62
HSL137.26º60.33%23.73%-
HSV(B)137.26º75.26%38.04%-
XYZ5.138.933.94-
YUV69.24114.3295.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=14.46%
G=58.43%
B=27.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497450.7500.540.62137.2660.3323.73
Hex18612D4B0363E893c18
Octal3014155113066762117430
Binary110001100001101101100101101101101111101000100111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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