Html Css Color HEX #057013 Green

📋 copy color: '#057013'

red 5 ◦ green 112 ◦ blue 19

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

Shades of Green #057013

Tints of Green #057013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 3.68%
G = 82.35%
B = 13.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#057013 (or 0x057013) is known color: Green. HEX triplet: 05, 70 and 13. RGB value is (5,112,19). Sum of RGB (Red+Green+Blue) = 5+112+19=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 112 (44.14% from 255 or 82.35% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 112 - color contains mainly: green. Hex color #057013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057013 is #FA8FEC. Grayscale: #454545. Windows color (decimal): -16420845 or 1273861. OLE color: 1273861.

HSL color Cylindrical-coordinate representation of color #057013: hue angle of 127.85º 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 #057013 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 19 -
CMYK 0.96 0 0.83 0.56
HSL 127.85º 0.91% 0.23% -
HSV(B) 127.85º 0.96% 0.44% -
XYZ 5.97 11.67 2.55 -
YUV 69.41 99.55 82.06 -
System Red Green Blue C M Y K H S L
Decimal 5 112 19 0.96 0 0.83 0.56 127.85 0.91 0.23
Hex 5 70 13 60 0 53 38 80 5B 17
Octal 5 160 23 140 0 123 70 200 133 27
Binary 101 1110000 10011 1100000 0 1010011 111000 10000000 1011011 10111

Color Harmonies of #057013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057013

Black with #057013

Text Example


Text Example

White with #057013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057013; }

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

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

background-color css

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

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

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

border-color css

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

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

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