Html Css Color HEX #057404 Green

📋 copy color: '#057404'

red 5 ◦ green 116 ◦ blue 4

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

Shades of Green #057404

Tints of Green #057404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 92.8%

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

R = 4%
G = 92.8%
B = 3.2%

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

#057404 (or 0x057404) is known color: Green. HEX triplet: 05, 74 and 04. RGB value is (5,116,4). Sum of RGB (Red+Green+Blue) = 5+116+4=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 116 (45.70% from 255 or 92.8% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 116 - color contains mainly: green. Hex color #057404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057404 is #FA8BFB. Grayscale: #464646. Windows color (decimal): -16419836 or 291845. OLE color: 291845.

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

Color convert

RGB 5 116 4 -
CMYK 0.96 0 0.97 0.55
HSL 119.46º 0.93% 0.24% -
HSV(B) 119.46º 0.97% 0.45% -
XYZ 6.33 12.53 2.2 -
YUV 70.04 90.73 81.61 -
System Red Green Blue C M Y K H S L
Decimal 5 116 4 0.96 0 0.97 0.55 119.46 0.93 0.24
Hex 5 74 4 60 0 61 37 77 5D 18
Octal 5 164 4 140 0 141 67 167 135 30
Binary 101 1110100 100 1100000 0 1100001 110111 1110111 1011101 11000

Color Harmonies of #057404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057404

Black with #057404

Text Example


Text Example

White with #057404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057404; }

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

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

background-color css

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

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

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

border-color css

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

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

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