#10561B

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

Shades of Crusoe #10561B

Tints of Crusoe #10561B

Color information

#10561B (or 0x10561B) is unknown color: approx Crusoe. HEX triplet: 10, 56 and 1B. RGB value is (16,86,27). Sum of RGB (Red+Green+Blue) = 16+86+27=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #10561B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10561B is #EFA9E4. Grayscale: #3A3A3A. Windows color (decimal): -15706597 or 1791504. OLE color: 1791504.

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

Color convert

RGB168627-
CMYK0.8100.690.66
HSL129.43º68.63%20%-
HSV(B)129.43º81.4%33.73%-
XYZ3.746.842.16-
YUV58.34110.3197.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 86 (33.98% from 255) = 66.67%
BLUE value IS 27 (10.94% from 255) = 20.93%
R=12.40%
G=66.67%
B=20.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1686270.8100.690.66129.4368.6320
Hex10561B5104542814514
Octal2012633121010510220110524
Binary10000101011011011101000101000101100001010000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10561B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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