#052A06

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

Shades of Myrtle #052A06

Tints of Myrtle #052A06

Color information

#052A06 (or 0x052A06) is unknown color: approx Myrtle. HEX triplet: 05, 2A and 06. RGB value is (5,42,6). Sum of RGB (Red+Green+Blue) = 5+42+6=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 42 (16.80% from 255 or 79.25% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 42 - color contains mainly: green. Hex color #052A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052A06 is #FAD5F9. Grayscale: #1A1A1A. Windows color (decimal): -16438778 or 403973. OLE color: 403973.

HSL color Cylindrical-coordinate representation of color #052A06: hue angle of 121.62º 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 #052A06 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.84.

Color convert

RGB5426-
CMYK0.8800.860.84
HSL121.62º78.72%9.22%-
HSV(B)121.62º88.1%16.47%-
XYZ0.921.70.45-
YUV26.83116.24112.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 42 (16.80% from 255) = 79.25%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=9.43%
G=79.25%
B=11.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54260.8800.860.84121.6278.729.22
Hex52A658056547a4f9
Octal5526130012612417211711
Binary1011010101101011000010101101010100111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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