Html Css Color HEX #057504 Green

📋 copy color: '#057504'

red 5 ◦ green 117 ◦ blue 4

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

Shades of Green #057504

Tints of Green #057504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 92.86%

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

R = 3.97%
G = 92.86%
B = 3.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#057504 (or 0x057504) is known color: Green. HEX triplet: 05, 75 and 04. RGB value is (5,117,4). Sum of RGB (Red+Green+Blue) = 5+117+4=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 117 (46.09% from 255 or 92.86% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 117 - color contains mainly: green. Hex color #057504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057504 is #FA8AFB. Grayscale: #464646. Windows color (decimal): -16419580 or 292101. OLE color: 292101.

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

Color convert

RGB 5 117 4 -
CMYK 0.96 0 0.97 0.54
HSL 119.47º 0.93% 0.24% -
HSV(B) 119.47º 0.97% 0.46% -
XYZ 6.45 12.76 2.24 -
YUV 70.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 5 117 4 0.96 0 0.97 0.54 119.47 0.93 0.24
Hex 5 75 4 60 0 61 36 77 5D 18
Octal 5 165 4 140 0 141 66 167 135 30
Binary 101 1110101 100 1100000 0 1100001 110110 1110111 1011101 11000

Color Harmonies of #057504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057504

Black with #057504

Text Example


Text Example

White with #057504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057504; }

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

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

background-color css

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

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

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

border-color css

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

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

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