#052B07

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

Shades of Myrtle #052B07

Tints of Myrtle #052B07

Color information

#052B07 (or 0x052B07) is unknown color: approx Myrtle. HEX triplet: 05, 2B and 07. RGB value is (5,43,7). Sum of RGB (Red+Green+Blue) = 5+43+7=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 43 (17.19% from 255 or 78.18% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 43 - color contains mainly: green. Hex color #052B07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052B07 is #FAD4F8. Grayscale: #1B1B1B. Windows color (decimal): -16438521 or 469765. OLE color: 469765.

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

Color convert

RGB5437-
CMYK0.8800.840.83
HSL123.16º79.17%9.41%-
HSV(B)123.16º88.37%16.86%-
XYZ0.961.780.49-
YUV27.53116.41111.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 43 (17.19% from 255) = 78.18%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=9.09%
G=78.18%
B=12.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal54370.8800.840.83123.1679.179.41
Hex52B758054537b4f9
Octal5537130012412317311711
Binary1011010111111011000010101001010011111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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