#10561E

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

Shades of Crusoe #10561E

Tints of Crusoe #10561E

Color information

#10561E (or 0x10561E) is unknown color: approx Crusoe. HEX triplet: 10, 56 and 1E. RGB value is (16,86,30). Sum of RGB (Red+Green+Blue) = 16+86+30=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #10561E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10561E is #EFA9E1. Grayscale: #3A3A3A. Windows color (decimal): -15706594 or 1988112. OLE color: 1988112.

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

Color convert

RGB168630-
CMYK0.8100.650.66
HSL132º68.63%20%-
HSV(B)132º81.4%33.73%-
XYZ3.786.862.35-
YUV58.69111.8197.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.12%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=12.12%
G=65.15%
B=22.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686300.8100.650.6613268.6320
Hex10561E5104142844514
Octal2012636121010110220410524
Binary10000101011011110101000101000001100001010000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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