Html Css Color HEX #057413 Green

📋 copy color: '#057413'

red 5 ◦ green 116 ◦ blue 19

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

Shades of Green #057413

Tints of Green #057413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 82.86%

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

R = 3.57%
G = 82.86%
B = 13.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#057413 (or 0x057413) is known color: Green. HEX triplet: 05, 74 and 13. RGB value is (5,116,19). Sum of RGB (Red+Green+Blue) = 5+116+19=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 116 (45.70% from 255 or 82.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 116 - color contains mainly: green. Hex color #057413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057413 is #FA8BEC. Grayscale: #484848. Windows color (decimal): -16419821 or 1274885. OLE color: 1274885.

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

Color convert

RGB 5 116 19 -
CMYK 0.96 0 0.84 0.55
HSL 127.57º 0.92% 0.24% -
HSV(B) 127.57º 0.96% 0.45% -
XYZ 6.43 12.57 2.7 -
YUV 71.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 5 116 19 0.96 0 0.84 0.55 127.57 0.92 0.24
Hex 5 74 13 60 0 54 37 80 5C 18
Octal 5 164 23 140 0 124 67 200 134 30
Binary 101 1110100 10011 1100000 0 1010100 110111 10000000 1011100 11000

Color Harmonies of #057413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057413

Black with #057413

Text Example


Text Example

White with #057413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057413; }

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

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

background-color css

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

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

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

border-color css

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

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

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