#052F09

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

Shades of Myrtle #052F09

Tints of Myrtle #052F09

Color information

#052F09 (or 0x052F09) is unknown color: approx Myrtle. HEX triplet: 05, 2F and 09. RGB value is (5,47,9). Sum of RGB (Red+Green+Blue) = 5+47+9=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 47 (18.75% from 255 or 77.05% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 47 - color contains mainly: green. Hex color #052F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F09 is #FAD0F6. Grayscale: #1E1E1E. Windows color (decimal): -16437495 or 601861. OLE color: 601861.

HSL color Cylindrical-coordinate representation of color #052F09: hue angle of 125.71º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052F09 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.82.

Color convert

RGB5479-
CMYK0.8900.810.82
HSL125.71º80.77%10.2%-
HSV(B)125.71º89.36%18.43%-
XYZ1.132.090.6-
YUV30.11116.09110.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 47 (18.75% from 255) = 77.05%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=8.20%
G=77.05%
B=14.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal54790.8900.810.82125.7180.7710.2
Hex52F959051527e51a
Octal55711131012112217612112
Binary10110111110011011001010100011010010111111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052F09; }

 p { color: rgb(5,47,9); }

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

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

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

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

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

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

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