Html Css Color HEX #057500 Green

📋 copy color: '#057500'

red 5 ◦ green 117 ◦ blue 0

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

Shades of Green #057500

Tints of Green #057500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 4.1%
G = 95.9%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#057500 (or 0x057500) is known color: Green. HEX triplet: 05, 75 and 00. RGB value is (5,117,0). Sum of RGB (Red+Green+Blue) = 5+117+0=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 117 (46.09% from 255 or 95.90% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 117 - color contains mainly: green. Hex color #057500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057500 is #FA8AFF. Grayscale: #464646. Windows color (decimal): -16419584 or 29957. OLE color: 29957.

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

Color convert

RGB 5 117 0 -
CMYK 0.96 0 1 0.54
HSL 117.44º 1% 0.23% -
HSV(B) 117.44º 1% 0.46% -
XYZ 6.42 12.75 2.12 -
YUV 70.17 88.39 81.51 -
System Red Green Blue C M Y K H S L
Decimal 5 117 0 0.96 0 1 0.54 117.44 1 0.23
Hex 5 75 0 60 0 64 36 75 64 17
Octal 5 165 0 140 0 144 66 165 144 27
Binary 101 1110101 0 1100000 0 1100100 110110 1110101 1100100 10111

Color Harmonies of #057500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057500

Black with #057500

Text Example


Text Example

White with #057500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057500; }

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

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

background-color css

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

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

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

border-color css

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

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

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