#0D1005

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

Shades of Rangoon Green #0D1005

Tints of Rangoon Green #0D1005

Color information

#0D1005 (or 0x0D1005) is unknown color: approx Rangoon Green. HEX triplet: 0D, 10 and 05. RGB value is (13,16,5). Sum of RGB (Red+Green+Blue) = 13+16+5=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 16 - color contains mainly: green. Hex color #0D1005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1005 is #F2EFFA. Grayscale: #0D0D0D. Windows color (decimal): -15921147 or 331789. OLE color: 331789.

HSL color Cylindrical-coordinate representation of color #0D1005: hue angle of 76.36º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D1005 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB13165-
CMYK0.1900.690.94
HSL76.36º52.38%4.12%-
HSV(B)76.36º68.75%6.27%-
XYZ0.380.470.21-
YUV13.85123.01127.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 38.24%
GREEN value IS 16 (6.64% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 14.71%
R=38.24%
G=47.06%
B=14.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal131650.1900.690.9476.3652.384.12
HexD105130455E4c344
Octal15205230105136114644
Binary110110000101100110100010110111101001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,16,5); }

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

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

 a { background-color: rgb(13,16,5); }

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

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

 span { border-color: rgb(13,16,5); }

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