Html Css Color HEX #057502 Green

📋 copy color: '#057502'

red 5 ◦ green 117 ◦ blue 2

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

Shades of Green #057502

Tints of Green #057502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.61%

R = 4.03%
G = 94.35%
B = 1.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#057502 (or 0x057502) is known color: Green. HEX triplet: 05, 75 and 02. RGB value is (5,117,2). Sum of RGB (Red+Green+Blue) = 5+117+2=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 117 (46.09% from 255 or 94.35% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 117 - color contains mainly: green. Hex color #057502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057502 is #FA8AFD. Grayscale: #464646. Windows color (decimal): -16419582 or 161029. OLE color: 161029.

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

Color convert

RGB 5 117 2 -
CMYK 0.96 0 0.98 0.54
HSL 118.43º 0.97% 0.23% -
HSV(B) 118.43º 0.98% 0.46% -
XYZ 6.43 12.76 2.18 -
YUV 70.4 89.39 81.35 -
System Red Green Blue C M Y K H S L
Decimal 5 117 2 0.96 0 0.98 0.54 118.43 0.97 0.23
Hex 5 75 2 60 0 62 36 76 61 17
Octal 5 165 2 140 0 142 66 166 141 27
Binary 101 1110101 10 1100000 0 1100010 110110 1110110 1100001 10111

Color Harmonies of #057502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057502

Black with #057502

Text Example


Text Example

White with #057502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057502; }

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

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

background-color css

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

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

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

border-color css

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

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

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