#052005

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

Shades of Myrtle #052005

Tints of Myrtle #052005

Color information

#052005 (or 0x052005) is unknown color: approx Myrtle. HEX triplet: 05, 20 and 05. RGB value is (5,32,5). Sum of RGB (Red+Green+Blue) = 5+32+5=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 32 (12.89% from 255 or 76.19% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 32 - color contains mainly: green. Hex color #052005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052005 is #FADFFA. Grayscale: #141414. Windows color (decimal): -16441339 or 335877. OLE color: 335877.

HSL color Cylindrical-coordinate representation of color #052005: hue angle of 120º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052005 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.87.

Color convert

RGB5325-
CMYK0.8400.840.87
HSL120º72.97%7.25%-
HSV(B)120º84.38%12.55%-
XYZ0.611.080.32-
YUV20.85119.05116.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 32 (12.89% from 255) = 76.19%
BLUE value IS 5 (2.34% from 255) = 11.90%
R=11.90%
G=76.19%
B=11.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal53250.8400.840.8712072.977.25
Hex5205540545778497
Octal540512401241271701117
Binary101100000101101010001010100101011111110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052005; }

 p { color: rgb(5,32,5); }

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

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

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

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

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

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

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