Html Css Color HEX #057514 Green

📋 copy color: '#057514'

red 5 ◦ green 117 ◦ blue 20

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

Shades of Green #057514

Tints of Green #057514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 82.39%

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

R = 3.52%
G = 82.39%
B = 14.08%

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

#057514 (or 0x057514) is known color: Green. HEX triplet: 05, 75 and 14. RGB value is (5,117,20). Sum of RGB (Red+Green+Blue) = 5+117+20=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #057514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057514 is #FA8AEB. Grayscale: #484848. Windows color (decimal): -16419564 or 1340677. OLE color: 1340677.

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

Color convert

RGB 5 117 20 -
CMYK 0.96 0 0.83 0.54
HSL 128.04º 0.92% 0.24% -
HSV(B) 128.04º 0.96% 0.46% -
XYZ 6.55 12.81 2.79 -
YUV 72.45 98.39 79.89 -
System Red Green Blue C M Y K H S L
Decimal 5 117 20 0.96 0 0.83 0.54 128.04 0.92 0.24
Hex 5 75 14 60 0 53 36 80 5C 18
Octal 5 165 24 140 0 123 66 200 134 30
Binary 101 1110101 10100 1100000 0 1010011 110110 10000000 1011100 11000

Color Harmonies of #057514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057514

Black with #057514

Text Example


Text Example

White with #057514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057514; }

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

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

background-color css

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

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

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

border-color css

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

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

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