#0D511D

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

Shades of Crusoe #0D511D

Tints of Crusoe #0D511D

Color information

#0D511D (or 0x0D511D) is unknown color: approx Crusoe. HEX triplet: 0D, 51 and 1D. RGB value is (13,81,29). Sum of RGB (Red+Green+Blue) = 13+81+29=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #0D511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D511D is #F2AEE2. Grayscale: #363636. Windows color (decimal): -15904483 or 1921293. OLE color: 1921293.

HSL color Cylindrical-coordinate representation of color #0D511D: hue angle of 134.12º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D511D is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB138129-
CMYK0.8400.640.68
HSL134.12º72.34%18.43%-
HSV(B)134.12º83.95%31.76%-
XYZ3.336.062.16-
YUV54.74113.4798.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.57%
GREEN value IS 81 (32.03% from 255) = 65.85%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=10.57%
G=65.85%
B=23.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381290.8400.640.68134.1272.3418.43
HexD511D5404044864812
Octal1512135124010010420611022
Binary1101101000111101101010001000000100010010000110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,81,29); }

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

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

 a { background-color: rgb(13,81,29); }

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

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

 span { border-color: rgb(13,81,29); }

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