#18612E

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

Shades of Crusoe #18612E

Tints of Crusoe #18612E

Color information

#18612E (or 0x18612E) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 2E. RGB value is (24,97,46). Sum of RGB (Red+Green+Blue) = 24+97+46=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #18612E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18612E is #E79ED1. Grayscale: #454545. Windows color (decimal): -15179474 or 3039512. OLE color: 3039512.

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

Color convert

RGB249746-
CMYK0.7500.530.62
HSL138.08º60.33%23.73%-
HSV(B)138.08º75.26%38.04%-
XYZ5.148.944.04-
YUV69.36114.8295.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=14.37%
G=58.08%
B=27.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497460.7500.530.62138.0860.3323.73
Hex18612E4B0353E8a3c18
Octal3014156113065762127430
Binary110001100001101110100101101101011111101000101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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