#0D5122

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

Shades of Crusoe #0D5122

Tints of Crusoe #0D5122

Color information

#0D5122 (or 0x0D5122) is unknown color: approx Crusoe. HEX triplet: 0D, 51 and 22. RGB value is (13,81,34). Sum of RGB (Red+Green+Blue) = 13+81+34=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #0D5122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5122 is #F2AEDD. Grayscale: #373737. Windows color (decimal): -15904478 or 2248973. OLE color: 2248973.

HSL color Cylindrical-coordinate representation of color #0D5122: hue angle of 138.53º 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 #0D5122 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB138134-
CMYK0.8400.580.68
HSL138.53º72.34%18.43%-
HSV(B)138.53º83.95%31.76%-
XYZ3.46.092.51-
YUV55.31115.9797.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 81 (32.03% from 255) = 63.28%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=10.16%
G=63.28%
B=26.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381340.8400.580.68138.5372.3418.43
HexD51225403A448b4812
Octal151214212407210421311022
Binary1101101000110001010101000111010100010010001011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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