#10551E

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

Shades of Crusoe #10551E

Tints of Crusoe #10551E

Color information

#10551E (or 0x10551E) is unknown color: approx Crusoe. HEX triplet: 10, 55 and 1E. RGB value is (16,85,30). Sum of RGB (Red+Green+Blue) = 16+85+30=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #10551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10551E is #EFAAE1. Grayscale: #3A3A3A. Windows color (decimal): -15706850 or 1987856. OLE color: 1987856.

HSL color Cylindrical-coordinate representation of color #10551E: hue angle of 132.17º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10551E is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB168530-
CMYK0.8100.650.67
HSL132.17º68.32%19.8%-
HSV(B)132.17º81.18%33.33%-
XYZ3.76.72.33-
YUV58.1112.1497.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=12.21%
G=64.89%
B=22.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685300.8100.650.67132.1768.3219.8
Hex10551E5104143844414
Octal2012536121010110320410424
Binary10000101010111110101000101000001100001110000100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10551E; }

 p { color: rgb(16,85,30); }

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

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

 a { background-color: rgb(16,85,30); }

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

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

 span { border-color: rgb(16,85,30); }

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