#10591B

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

Shades of Crusoe #10591B

Tints of Crusoe #10591B

Color information

#10591B (or 0x10591B) is unknown color: approx Crusoe. HEX triplet: 10, 59 and 1B. RGB value is (16,89,27). Sum of RGB (Red+Green+Blue) = 16+89+27=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 89 (35.16% from 255 or 67.42% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 89 - color contains mainly: green. Hex color #10591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10591B is #EFA6E4. Grayscale: #3C3C3C. Windows color (decimal): -15705829 or 1792272. OLE color: 1792272.

HSL color Cylindrical-coordinate representation of color #10591B: hue angle of 129.04º 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 #10591B is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB168927-
CMYK0.8200.700.65
HSL129.04º69.52%20.59%-
HSV(B)129.04º82.02%34.9%-
XYZ3.987.332.24-
YUV60.1109.3296.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 89 (35.16% from 255) = 67.42%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=12.12%
G=67.42%
B=20.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1689270.8200.700.65129.0469.5220.59
Hex10591B5204641814615
Octal2013133122010610120110625
Binary10000101100111011101001001000110100000110000001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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