#10562A

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

Shades of Crusoe #10562A

Tints of Crusoe #10562A

Color information

#10562A (or 0x10562A) is unknown color: approx Crusoe. HEX triplet: 10, 56 and 2A. RGB value is (16,86,42). Sum of RGB (Red+Green+Blue) = 16+86+42=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #10562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10562A is #EFA9D5. Grayscale: #3C3C3C. Windows color (decimal): -15706582 or 2774544. OLE color: 2774544.

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

Color convert

RGB168642-
CMYK0.8100.510.66
HSL142.29º68.63%20%-
HSV(B)142.29º81.4%33.73%-
XYZ3.966.933.32-
YUV60.05117.8196.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 86 (33.98% from 255) = 59.72%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=11.11%
G=59.72%
B=29.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686420.8100.510.66142.2968.6320
Hex10562A51033428e4514
Octal201265212106310221610524
Binary10000101011010101010100010110011100001010001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10562A; }

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

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

<style>
 a { background-color: #10562A; }

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

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

<style>
 span { border-color: #10562A; }

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

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