#052B06

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

Shades of Myrtle #052B06

Tints of Myrtle #052B06

Color information

#052B06 (or 0x052B06) is unknown color: approx Myrtle. HEX triplet: 05, 2B and 06. RGB value is (5,43,6). Sum of RGB (Red+Green+Blue) = 5+43+6=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 43 (17.19% from 255 or 79.63% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 43 - color contains mainly: green. Hex color #052B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B06 is #FAD4F9. Grayscale: #1B1B1B. Windows color (decimal): -16438522 or 404229. OLE color: 404229.

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

Color convert

RGB5436-
CMYK0.8800.860.83
HSL121.58º79.17%9.41%-
HSV(B)121.58º88.37%16.86%-
XYZ0.961.770.46-
YUV27.42115.91112.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 43 (17.19% from 255) = 79.63%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=9.26%
G=79.63%
B=11.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal54360.8800.860.83121.5879.179.41
Hex52B658056537a4f9
Octal5536130012612317211711
Binary1011010111101011000010101101010011111101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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