#10561D

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

Shades of Crusoe #10561D

Tints of Crusoe #10561D

Color information

#10561D (or 0x10561D) is unknown color: approx Crusoe. HEX triplet: 10, 56 and 1D. RGB value is (16,86,29). Sum of RGB (Red+Green+Blue) = 16+86+29=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 86 (33.98% from 255 or 65.65% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 86 - color contains mainly: green. Hex color #10561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10561D is #EFA9E2. Grayscale: #3A3A3A. Windows color (decimal): -15706595 or 1922576. OLE color: 1922576.

HSL color Cylindrical-coordinate representation of color #10561D: hue angle of 131.14º 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 #10561D is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB168629-
CMYK0.8100.660.66
HSL131.14º68.63%20%-
HSV(B)131.14º81.4%33.73%-
XYZ3.766.852.29-
YUV58.57111.3197.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 86 (33.98% from 255) = 65.65%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=12.21%
G=65.65%
B=22.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686290.8100.660.66131.1468.6320
Hex10561D5104242834514
Octal2012635121010210220310524
Binary10000101011011101101000101000010100001010000011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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