#052C07

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

Shades of Myrtle #052C07

Tints of Myrtle #052C07

Color information

#052C07 (or 0x052C07) is unknown color: approx Myrtle. HEX triplet: 05, 2C and 07. RGB value is (5,44,7). Sum of RGB (Red+Green+Blue) = 5+44+7=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 44 (17.58% from 255 or 78.57% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 44 - color contains mainly: green. Hex color #052C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052C07 is #FAD3F8. Grayscale: #1C1C1C. Windows color (decimal): -16438265 or 470021. OLE color: 470021.

HSL color Cylindrical-coordinate representation of color #052C07: hue angle of 123.08º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052C07 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.

Color convert

RGB5447-
CMYK0.8900.840.83
HSL123.08º79.59%9.61%-
HSV(B)123.08º88.64%17.25%-
XYZ11.850.51-
YUV28.12116.08111.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.93%
GREEN value IS 44 (17.58% from 255) = 78.57%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=8.93%
G=78.57%
B=12.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal54470.8900.840.83123.0879.599.61
Hex52C759054537b50a
Octal5547131012412317312012
Binary1011011001111011001010101001010011111101110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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