Html Css Color HEX #055204 Myrtle

📋 copy color: '#055204'

red 5 ◦ green 82 ◦ blue 4

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

Shades of Myrtle #055204

Tints of Myrtle #055204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 90.11%

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

R = 5.49%
G = 90.11%
B = 4.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#055204 (or 0x055204) is known color: Myrtle. HEX triplet: 05, 52 and 04. RGB value is (5,82,4). Sum of RGB (Red+Green+Blue) = 5+82+4=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 82 (32.42% from 255 or 90.11% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 82 - color contains mainly: green. Hex color #055204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055204 is #FAADFB. Grayscale: #323232. Windows color (decimal): -16428540 or 283141. OLE color: 283141.

HSL color Cylindrical-coordinate representation of color #055204: hue angle of 119.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055204 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 4 -
CMYK 0.94 0 0.95 0.68
HSL 119.23º 0.91% 0.17% -
HSV(B) 119.23º 0.95% 0.32% -
XYZ 3.1 6.08 1.12 -
YUV 50.09 101.99 95.84 -
System Red Green Blue C M Y K H S L
Decimal 5 82 4 0.94 0 0.95 0.68 119.23 0.91 0.17
Hex 5 52 4 5E 0 5F 44 77 5B 11
Octal 5 122 4 136 0 137 104 167 133 21
Binary 101 1010010 100 1011110 0 1011111 1000100 1110111 1011011 10001

Color Harmonies of #055204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055204

Black with #055204

Text Example


Text Example

White with #055204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055204; }

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

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

background-color css

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

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

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

border-color css

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

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

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