#18612A

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

Shades of Crusoe #18612A

Tints of Crusoe #18612A

Color information

#18612A (or 0x18612A) is unknown color: approx Crusoe. HEX triplet: 18, 61 and 2A. RGB value is (24,97,42). Sum of RGB (Red+Green+Blue) = 24+97+42=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #18612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18612A is #E79ED5. Grayscale: #454545. Windows color (decimal): -15179478 or 2777368. OLE color: 2777368.

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

Color convert

RGB249742-
CMYK0.7500.570.62
HSL134.79º60.33%23.73%-
HSV(B)134.79º75.26%38.04%-
XYZ5.078.913.64-
YUV68.9112.8295.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=14.72%
G=59.51%
B=25.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497420.7500.570.62134.7960.3323.73
Hex18612A4B0393E873c18
Octal3014152113071762077430
Binary110001100001101010100101101110011111101000011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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