Html Css Color HEX #053204 Myrtle

📋 copy color: '#053204'

red 5 ◦ green 50 ◦ blue 4

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

Shades of Myrtle #053204

Tints of Myrtle #053204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 84.75%

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

R = 8.47%
G = 84.75%
B = 6.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#053204 (or 0x053204) is known color: Myrtle. HEX triplet: 05, 32 and 04. RGB value is (5,50,4). Sum of RGB (Red+Green+Blue) = 5+50+4=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 50 (19.92% from 255 or 84.75% from 59); Blue value is 4 (1.95% from 255 or 6.78% from 59); Max value from RGB is 50 - color contains mainly: green. Hex color #053204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053204 is #FACDFB. Grayscale: #1F1F1F. Windows color (decimal): -16436732 or 274949. OLE color: 274949.

HSL color Cylindrical-coordinate representation of color #053204: hue angle of 118.7º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053204 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 4 -
CMYK 0.90 0 0.92 0.80
HSL 118.7º 0.85% 0.11% -
HSV(B) 118.7º 0.92% 0.2% -
XYZ 1.23 2.32 0.5 -
YUV 31.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 5 50 4 0.90 0 0.92 0.80 118.7 0.85 0.11
Hex 5 32 4 5A 0 5C 50 77 55 B
Octal 5 62 4 132 0 134 120 167 125 13
Binary 101 110010 100 1011010 0 1011100 1010000 1110111 1010101 1011

Color Harmonies of #053204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053204

Black with #053204

Text Example


Text Example

White with #053204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053204; }

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

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

background-color css

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

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

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

border-color css

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

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

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