#105C24

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

Shades of Crusoe #105C24

Tints of Crusoe #105C24

Color information

#105C24 (or 0x105C24) is unknown color: approx Crusoe. HEX triplet: 10, 5C and 24. RGB value is (16,92,36). Sum of RGB (Red+Green+Blue) = 16+92+36=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 36 (14.45% from 255 or 25% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #105C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C24 is #EFA3DB. Grayscale: #3F3F3F. Windows color (decimal): -15705052 or 2382864. OLE color: 2382864.

HSL color Cylindrical-coordinate representation of color #105C24: hue angle of 135.79º 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 #105C24 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB169236-
CMYK0.8300.610.64
HSL135.79º70.37%21.18%-
HSV(B)135.79º82.61%36.08%-
XYZ4.367.892.96-
YUV62.89112.8294.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 92 (36.33% from 255) = 63.89%
BLUE value IS 36 (14.45% from 255) = 25%
R=11.11%
G=63.89%
B=25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692360.8300.610.64135.7970.3721.18
Hex105C245303D40884615
Octal201344412307510021010625
Binary10000101110010010010100110111101100000010001000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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