Shades of Rangoon Green #050602
Tints of Rangoon Green #050602
RGB
CMYK
RGB Variations
Color information
#050602 (or 0x050602) is known color: Rangoon Green. HEX triplet: 05, 06 and 02. RGB value is (5,6,2). Sum of RGB (Red+Green+Blue) = 5+6+2=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 6 (2.73% from 255 or 46.15% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 6 - color contains mainly: green. Hex color #050602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050602 is #FAF9FD. Grayscale: #050505. Windows color (decimal): -16447998 or 132613. OLE color: 132613.
HSL color Cylindrical-coordinate representation of color #050602: hue angle of 75º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #050602 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.98.
Color convert
RGB | 5 | 6 | 2 | - |
CMYK | 0.17 | 0 | 0.67 | 0.98 |
HSL | 75º | 0.5% | 0.02% | - |
HSV(B) | 75º | 0.67% | 0.02% | - |
XYZ | 0.14 | 0.17 | 0.08 | - |
YUV | 5.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 6 | 2 | 0.17 | 0 | 0.67 | 0.98 | 75 | 0.5 | 0.02 |
Hex | 5 | 6 | 2 | 11 | 0 | 43 | 62 | 4B | 32 | 2 |
Octal | 5 | 6 | 2 | 21 | 0 | 103 | 142 | 113 | 62 | 2 |
Binary | 101 | 110 | 10 | 10001 | 0 | 1000011 | 1100010 | 1001011 | 110010 | 10 |
Color Harmonies of #050602
Complementary color
Monochromatic Colors of #050602
Black with #050602
Text Example
Text Example
White with #050602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050602; }
p { color: rgb(5,6,2); }
H1.HeaderClassName
{
color: #050602;
}
.AnyTagClassName
{
color: #050602;
}
</style>
background-color css
<style>
a { background-color: #050602; }
a { background-color: rgb(5,6,2); }
div.DivClassName
{
background-color: #050602;
}
.BgClassName
{
background-color: #050602;
}
</style>
border-color css
<style>
span { border-color: #050602; }
span { border-color: rgb(5,6,2); }
td.TdClassName
{
border-color: #050602;
}
.TagClassName
{
border-color: #050602;
}
</style>