Html Css Color HEX #055304 Myrtle

📋 copy color: '#055304'

red 5 ◦ green 83 ◦ blue 4

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

Shades of Myrtle #055304

Tints of Myrtle #055304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 90.22%

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

R = 5.43%
G = 90.22%
B = 4.35%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#055304 (or 0x055304) is known color: Myrtle. HEX triplet: 05, 53 and 04. RGB value is (5,83,4). Sum of RGB (Red+Green+Blue) = 5+83+4=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 83 (32.81% from 255 or 90.22% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 83 - color contains mainly: green. Hex color #055304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055304 is #FAACFB. Grayscale: #323232. Windows color (decimal): -16428284 or 283397. OLE color: 283397.

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

Color convert

RGB 5 83 4 -
CMYK 0.94 0 0.95 0.67
HSL 119.24º 0.91% 0.17% -
HSV(B) 119.24º 0.95% 0.33% -
XYZ 3.18 6.23 1.15 -
YUV 50.67 101.66 95.42 -
System Red Green Blue C M Y K H S L
Decimal 5 83 4 0.94 0 0.95 0.67 119.24 0.91 0.17
Hex 5 53 4 5E 0 5F 43 77 5B 11
Octal 5 123 4 136 0 137 103 167 133 21
Binary 101 1010011 100 1011110 0 1011111 1000011 1110111 1011011 10001

Color Harmonies of #055304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055304

Black with #055304

Text Example


Text Example

White with #055304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055304; }

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

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

background-color css

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

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

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

border-color css

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

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

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