#0D571A

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

Shades of Crusoe #0D571A

Tints of Crusoe #0D571A

Color information

#0D571A (or 0x0D571A) is unknown color: approx Crusoe. HEX triplet: 0D, 57 and 1A. RGB value is (13,87,26). Sum of RGB (Red+Green+Blue) = 13+87+26=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #0D571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D571A is #F2A8E5. Grayscale: #3A3A3A. Windows color (decimal): -15902950 or 1726221. OLE color: 1726221.

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

Color convert

RGB138726-
CMYK0.8500.700.66
HSL130.54º74%19.61%-
HSV(B)130.54º85.06%34.12%-
XYZ3.766.982.13-
YUV57.92109.9895.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 87 (34.38% from 255) = 69.05%
BLUE value IS 26 (10.55% from 255) = 20.63%
R=10.32%
G=69.05%
B=20.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1387260.8500.700.66130.547419.61
HexD571A5504642834a14
Octal1512732125010610220311224
Binary1101101011111010101010101000110100001010000011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,26); }

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

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

 a { background-color: rgb(13,87,26); }

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

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

 span { border-color: rgb(13,87,26); }

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