#105C18

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

Shades of Crusoe #105C18

Tints of Crusoe #105C18

Color information

#105C18 (or 0x105C18) is unknown color: approx Crusoe. HEX triplet: 10, 5C and 18. RGB value is (16,92,24). Sum of RGB (Red+Green+Blue) = 16+92+24=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 92 (36.33% from 255 or 69.70% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 92 - color contains mainly: green. Hex color #105C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105C18 is #EFA3E7. Grayscale: #3D3D3D. Windows color (decimal): -15705064 or 1596432. OLE color: 1596432.

HSL color Cylindrical-coordinate representation of color #105C18: hue angle of 126.32º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C18 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB169224-
CMYK0.8300.740.64
HSL126.32º70.37%21.18%-
HSV(B)126.32º82.61%36.08%-
XYZ4.217.832.15-
YUV61.52106.8295.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 92 (36.33% from 255) = 69.70%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=12.12%
G=69.70%
B=18.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692240.8300.740.64126.3270.3721.18
Hex105C185304A407e4615
Octal2013430123011210017610625
Binary1000010111001100010100110100101010000001111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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