#0D561F

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

Shades of Crusoe #0D561F

Tints of Crusoe #0D561F

Color information

#0D561F (or 0x0D561F) is unknown color: approx Crusoe. HEX triplet: 0D, 56 and 1F. RGB value is (13,86,31). Sum of RGB (Red+Green+Blue) = 13+86+31=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 86 (33.98% from 255 or 66.15% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 86 - color contains mainly: green. Hex color #0D561F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D561F is #F2A9E0. Grayscale: #3A3A3A. Windows color (decimal): -15903201 or 2053645. OLE color: 2053645.

HSL color Cylindrical-coordinate representation of color #0D561F: hue angle of 134.79º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D561F is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB138631-
CMYK0.8500.640.66
HSL134.79º73.74%19.41%-
HSV(B)134.79º84.88%33.73%-
XYZ3.746.842.42-
YUV57.9112.8295.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 86 (33.98% from 255) = 66.15%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=10%
G=66.15%
B=23.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1386310.8500.640.66134.7973.7419.41
HexD561F5504042874a13
Octal1512637125010010220711223
Binary1101101011011111101010101000000100001010000111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D561F; }

 p { color: rgb(13,86,31); }

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

<style>
 a { background-color: #0D561F; }

 a { background-color: rgb(13,86,31); }

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

<style>
 span { border-color: #0D561F; }

 span { border-color: rgb(13,86,31); }

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