#105C28

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

Shades of Crusoe #105C28

Tints of Crusoe #105C28

Color information

#105C28 (or 0x105C28) is unknown color: approx Crusoe. HEX triplet: 10, 5C and 28. RGB value is (16,92,40). Sum of RGB (Red+Green+Blue) = 16+92+40=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #105C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C28 is #EFA3D7. Grayscale: #3F3F3F. Windows color (decimal): -15705048 or 2645008. OLE color: 2645008.

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

Color convert

RGB169240-
CMYK0.8300.570.64
HSL138.95º70.37%21.18%-
HSV(B)138.95º82.61%36.08%-
XYZ4.427.923.3-
YUV63.35114.8294.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=10.81%
G=62.16%
B=27.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1692400.8300.570.64138.9570.3721.18
Hex105C2853039408b4615
Octal201345012307110021310625
Binary10000101110010100010100110111001100000010001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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