#052A05

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

Shades of Myrtle #052A05

Tints of Myrtle #052A05

Color information

#052A05 (or 0x052A05) is unknown color: approx Myrtle. HEX triplet: 05, 2A and 05. RGB value is (5,42,5). Sum of RGB (Red+Green+Blue) = 5+42+5=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 42 (16.80% from 255 or 80.77% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 42 - color contains mainly: green. Hex color #052A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A05 is #FAD5FA. Grayscale: #1A1A1A. Windows color (decimal): -16438779 or 338437. OLE color: 338437.

HSL color Cylindrical-coordinate representation of color #052A05: hue angle of 120º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052A05 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB5425-
CMYK0.8800.880.84
HSL120º78.72%9.22%-
HSV(B)120º88.1%16.47%-
XYZ0.921.70.42-
YUV26.72115.74112.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 42 (16.80% from 255) = 80.77%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=9.62%
G=80.77%
B=9.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54250.8800.880.8412078.729.22
Hex52A55805854784f9
Octal5525130013012417011711
Binary1011010101011011000010110001010100111100010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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