#10591F

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

Shades of Crusoe #10591F

Tints of Crusoe #10591F

Color information

#10591F (or 0x10591F) is unknown color: approx Crusoe. HEX triplet: 10, 59 and 1F. RGB value is (16,89,31). Sum of RGB (Red+Green+Blue) = 16+89+31=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #10591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10591F is #EFA6E0. Grayscale: #3C3C3C. Windows color (decimal): -15705825 or 2054416. OLE color: 2054416.

HSL color Cylindrical-coordinate representation of color #10591F: hue angle of 132.33º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10591F is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB168931-
CMYK0.8200.650.65
HSL132.33º69.52%20.59%-
HSV(B)132.33º82.02%34.9%-
XYZ4.037.352.5-
YUV60.56111.3296.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.76%
GREEN value IS 89 (35.16% from 255) = 65.44%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=11.76%
G=65.44%
B=22.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1689310.8200.650.65132.3369.5220.59
Hex10591F5204141844615
Octal2013137122010110120410625
Binary10000101100111111101001001000001100000110000100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10591F; }

 p { color: rgb(16,89,31); }

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

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

 a { background-color: rgb(16,89,31); }

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

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

 span { border-color: rgb(16,89,31); }

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