Html Css Color HEX #057010 Green

📋 copy color: '#057010'

red 5 ◦ green 112 ◦ blue 16

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

Shades of Green #057010

Tints of Green #057010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 84.21%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 3.76%
G = 84.21%
B = 12.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#057010 (or 0x057010) is known color: Green. HEX triplet: 05, 70 and 10. RGB value is (5,112,16). Sum of RGB (Red+Green+Blue) = 5+112+16=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 112 (44.14% from 255 or 84.21% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 112 - color contains mainly: green. Hex color #057010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057010 is #FA8FEF. Grayscale: #454545. Windows color (decimal): -16420848 or 1077253. OLE color: 1077253.

HSL color Cylindrical-coordinate representation of color #057010: hue angle of 126.17º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057010 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 16 -
CMYK 0.96 0 0.86 0.56
HSL 126.17º 0.91% 0.23% -
HSV(B) 126.17º 0.96% 0.44% -
XYZ 5.95 11.66 2.43 -
YUV 69.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 5 112 16 0.96 0 0.86 0.56 126.17 0.91 0.23
Hex 5 70 10 60 0 56 38 7E 5B 17
Octal 5 160 20 140 0 126 70 176 133 27
Binary 101 1110000 10000 1100000 0 1010110 111000 1111110 1011011 10111

Color Harmonies of #057010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057010

Black with #057010

Text Example


Text Example

White with #057010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057010; }

 p { color: rgb(5,112,16); }

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

background-color css

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

 a { background-color: rgb(5,112,16); }

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

border-color css

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

 span { border-color: rgb(5,112,16); }

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