Html Css Color HEX #057313 Green

📋 copy color: '#057313'

red 5 ◦ green 115 ◦ blue 19

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

Shades of Green #057313

Tints of Green #057313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 82.73%

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

R = 3.6%
G = 82.73%
B = 13.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#057313 (or 0x057313) is known color: Green. HEX triplet: 05, 73 and 13. RGB value is (5,115,19). Sum of RGB (Red+Green+Blue) = 5+115+19=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #057313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057313 is #FA8CEC. Grayscale: #474747. Windows color (decimal): -16420077 or 1274629. OLE color: 1274629.

HSL color Cylindrical-coordinate representation of color #057313: hue angle of 127.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057313 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 19 -
CMYK 0.96 0 0.83 0.55
HSL 127.64º 0.92% 0.24% -
HSV(B) 127.64º 0.96% 0.45% -
XYZ 6.31 12.34 2.67 -
YUV 71.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 5 115 19 0.96 0 0.83 0.55 127.64 0.92 0.24
Hex 5 73 13 60 0 53 37 80 5C 18
Octal 5 163 23 140 0 123 67 200 134 30
Binary 101 1110011 10011 1100000 0 1010011 110111 10000000 1011100 11000

Color Harmonies of #057313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057313

Black with #057313

Text Example


Text Example

White with #057313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057313; }

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

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

background-color css

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

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

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

border-color css

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

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

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