#0D5B2A

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

Shades of Crusoe #0D5B2A

Tints of Crusoe #0D5B2A

Color information

#0D5B2A (or 0x0D5B2A) is unknown color: approx Crusoe. HEX triplet: 0D, 5B and 2A. RGB value is (13,91,42). Sum of RGB (Red+Green+Blue) = 13+91+42=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 91 (35.94% from 255 or 62.33% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 91 - color contains mainly: green. Hex color #0D5B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5B2A is #F2A4D5. Grayscale: #3E3E3E. Windows color (decimal): -15901910 or 2775821. OLE color: 2775821.

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

Color convert

RGB139142-
CMYK0.8600.540.64
HSL142.31º75%20.39%-
HSV(B)142.31º85.71%35.69%-
XYZ4.327.733.46-
YUV62.09116.6692.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.90%
GREEN value IS 91 (35.94% from 255) = 62.33%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=8.90%
G=62.33%
B=28.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1391420.8600.540.64142.317520.39
HexD5B2A56036408e4b14
Octal151335212606610021611324
Binary1101101101110101010101100110110100000010001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,91,42); }

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

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

 a { background-color: rgb(13,91,42); }

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

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

 span { border-color: rgb(13,91,42); }

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