#105F18

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

Shades of Crusoe #105F18

Tints of Crusoe #105F18

Color information

#105F18 (or 0x105F18) is unknown color: approx Crusoe. HEX triplet: 10, 5F and 18. RGB value is (16,95,24). Sum of RGB (Red+Green+Blue) = 16+95+24=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #105F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105F18 is #EFA0E7. Grayscale: #3F3F3F. Windows color (decimal): -15704296 or 1597200. OLE color: 1597200.

HSL color Cylindrical-coordinate representation of color #105F18: hue angle of 126.08º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F18 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB169524-
CMYK0.8300.750.63
HSL126.08º71.17%21.76%-
HSV(B)126.08º83.16%37.25%-
XYZ4.478.362.24-
YUV63.28105.8394.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 95 (37.5% from 255) = 70.37%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=11.85%
G=70.37%
B=17.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1695240.8300.750.63126.0871.1721.76
Hex105F185304B3F7e4716
Octal201373012301137717610726
Binary100001011111110001010011010010111111111111110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105F18; }

 p { color: rgb(16,95,24); }

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

<style>
 a { background-color: #105F18; }

 a { background-color: rgb(16,95,24); }

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

<style>
 span { border-color: #105F18; }

 span { border-color: rgb(16,95,24); }

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