Html Css Color HEX #052F04 Myrtle

📋 copy color: '#052F04'

red 5 ◦ green 47 ◦ blue 4

#052F04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #052F04

Tints of Myrtle #052F04

RGB

 RED value IS 5 (2.34% from 255) = 8.93%

 GREEN value IS 47 (18.75% from 255) = 83.93%

 BLUE value IS 4 (1.95% from 255) = 7.14%

R = 8.93%
G = 83.93%
B = 7.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.82

RGB Variations

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

Color information

#052F04 (or 0x052F04) is known color: Myrtle. HEX triplet: 05, 2F and 04. RGB value is (5,47,4). Sum of RGB (Red+Green+Blue) = 5+47+4=56 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.93% from 56); Green value is 47 (18.75% from 255 or 83.93% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 47 - color contains mainly: green. Hex color #052F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052F04 is #FAD0FB. Grayscale: #1D1D1D. Windows color (decimal): -16437500 or 274181. OLE color: 274181.

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

Color convert

RGB 5 47 4 -
CMYK 0.89 0 0.91 0.82
HSL 118.6º 0.84% 0.1% -
HSV(B) 118.6º 0.91% 0.18% -
XYZ 1.1 2.07 0.46 -
YUV 29.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 5 47 4 0.89 0 0.91 0.82 118.6 0.84 0.1
Hex 5 2F 4 59 0 5B 52 77 54 A
Octal 5 57 4 131 0 133 122 167 124 12
Binary 101 101111 100 1011001 0 1011011 1010010 1110111 1010100 1010

Color Harmonies of #052F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052F04

Black with #052F04

Text Example


Text Example

White with #052F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,47,4); }

 H1.HeaderClassName
 {
   color: #052F04;
 }
 .AnyTagClassName
 {
   color: #052F04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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