Html Css Color HEX #057614 Green

📋 copy color: '#057614'

red 5 ◦ green 118 ◦ blue 20

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

Shades of Green #057614

Tints of Green #057614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 82.52%

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 3.5%
G = 82.52%
B = 13.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#057614 (or 0x057614) is known color: Green. HEX triplet: 05, 76 and 14. RGB value is (5,118,20). Sum of RGB (Red+Green+Blue) = 5+118+20=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 118 (46.48% from 255 or 82.52% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 118 - color contains mainly: green. Hex color #057614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057614 is #FA89EB. Grayscale: #494949. Windows color (decimal): -16419308 or 1340933. OLE color: 1340933.

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

Color convert

RGB 5 118 20 -
CMYK 0.96 0 0.83 0.54
HSL 127.96º 0.92% 0.24% -
HSV(B) 127.96º 0.96% 0.46% -
XYZ 6.67 13.04 2.83 -
YUV 73.04 98.06 79.47 -
System Red Green Blue C M Y K H S L
Decimal 5 118 20 0.96 0 0.83 0.54 127.96 0.92 0.24
Hex 5 76 14 60 0 53 36 80 5C 18
Octal 5 166 24 140 0 123 66 200 134 30
Binary 101 1110110 10100 1100000 0 1010011 110110 10000000 1011100 11000

Color Harmonies of #057614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057614

Black with #057614

Text Example


Text Example

White with #057614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057614; }

 p { color: rgb(5,118,20); }

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

background-color css

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

 a { background-color: rgb(5,118,20); }

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

border-color css

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

 span { border-color: rgb(5,118,20); }

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