#0D5D26

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

Shades of Crusoe #0D5D26

Tints of Crusoe #0D5D26

Color information

#0D5D26 (or 0x0D5D26) is unknown color: approx Crusoe. HEX triplet: 0D, 5D and 26. RGB value is (13,93,38). Sum of RGB (Red+Green+Blue) = 13+93+38=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 93 (36.72% from 255 or 64.58% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 93 - color contains mainly: green. Hex color #0D5D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5D26 is #F2A2D9. Grayscale: #3E3E3E. Windows color (decimal): -15901402 or 2514189. OLE color: 2514189.

HSL color Cylindrical-coordinate representation of color #0D5D26: hue angle of 138.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D5D26 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB139338-
CMYK0.8600.590.64
HSL138.75º75.47%20.78%-
HSV(B)138.75º86.02%36.47%-
XYZ4.438.053.15-
YUV62.8111492.47-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 93 (36.72% from 255) = 64.58%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=9.03%
G=64.58%
B=26.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1393380.8600.590.64138.7575.4720.78
HexD5D265603B408b4b15
Octal151354612607310021311325
Binary1101101110110011010101100111011100000010001011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,93,38); }

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

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

 a { background-color: rgb(13,93,38); }

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

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

 span { border-color: rgb(13,93,38); }

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