#0D5D16

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

Shades of Crusoe #0D5D16

Tints of Crusoe #0D5D16

Color information

#0D5D16 (or 0x0D5D16) is unknown color: approx Crusoe. HEX triplet: 0D, 5D and 16. RGB value is (13,93,22). Sum of RGB (Red+Green+Blue) = 13+93+22=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 93 (36.72% from 255 or 72.66% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 93 - color contains mainly: green. Hex color #0D5D16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D5D16 is #F2A2E9. Grayscale: #3D3D3D. Windows color (decimal): -15901418 or 1465613. OLE color: 1465613.

HSL color Cylindrical-coordinate representation of color #0D5D16: hue angle of 126.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 #0D5D16 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB139322-
CMYK0.8600.760.64
HSL126.75º75.47%20.78%-
HSV(B)126.75º86.02%36.47%-
XYZ4.237.972.08-
YUV60.9910693.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 93 (36.72% from 255) = 72.66%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=10.16%
G=72.66%
B=17.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1393220.8600.760.64126.7575.4720.78
HexD5D165604C407f4b15
Octal1513526126011410017711325
Binary110110111011011010101100100110010000001111111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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