Html Css Color HEX #057304 Green

📋 copy color: '#057304'

red 5 ◦ green 115 ◦ blue 4

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

Shades of Green #057304

Tints of Green #057304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 92.74%

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

R = 4.03%
G = 92.74%
B = 3.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#057304 (or 0x057304) is known color: Green. HEX triplet: 05, 73 and 04. RGB value is (5,115,4). Sum of RGB (Red+Green+Blue) = 5+115+4=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 115 (45.31% from 255 or 92.74% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 115 - color contains mainly: green. Hex color #057304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057304 is #FA8CFB. Grayscale: #454545. Windows color (decimal): -16420092 or 291589. OLE color: 291589.

HSL color Cylindrical-coordinate representation of color #057304: hue angle of 119.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057304 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 4 -
CMYK 0.96 0 0.97 0.55
HSL 119.46º 0.93% 0.23% -
HSV(B) 119.46º 0.97% 0.45% -
XYZ 6.22 12.3 2.16 -
YUV 69.46 91.06 82.03 -
System Red Green Blue C M Y K H S L
Decimal 5 115 4 0.96 0 0.97 0.55 119.46 0.93 0.23
Hex 5 73 4 60 0 61 37 77 5D 17
Octal 5 163 4 140 0 141 67 167 135 27
Binary 101 1110011 100 1100000 0 1100001 110111 1110111 1011101 10111

Color Harmonies of #057304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057304

Black with #057304

Text Example


Text Example

White with #057304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057304; }

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

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

background-color css

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

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

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

border-color css

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

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

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