#105720

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

Shades of Crusoe #105720

Tints of Crusoe #105720

Color information

#105720 (or 0x105720) is unknown color: approx Crusoe. HEX triplet: 10, 57 and 20. RGB value is (16,87,32). Sum of RGB (Red+Green+Blue) = 16+87+32=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #105720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105720 is #EFA8DF. Grayscale: #3B3B3B. Windows color (decimal): -15706336 or 2119440. OLE color: 2119440.

HSL color Cylindrical-coordinate representation of color #105720: hue angle of 133.52º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105720 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB168732-
CMYK0.8200.630.66
HSL133.52º68.93%20.2%-
HSV(B)133.52º81.61%34.12%-
XYZ3.887.032.52-
YUV59.5112.4896.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 87 (34.38% from 255) = 64.44%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=11.85%
G=64.44%
B=23.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1687320.8200.630.66133.5268.9320.2
Hex1057205203F42864514
Octal201274012207710220610524
Binary10000101011110000010100100111111100001010000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105720; }

 p { color: rgb(16,87,32); }

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

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

 a { background-color: rgb(16,87,32); }

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

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

 span { border-color: rgb(16,87,32); }

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