Html Css Color HEX #057114 Green

📋 copy color: '#057114'

red 5 ◦ green 113 ◦ blue 20

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

Shades of Green #057114

Tints of Green #057114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 81.88%

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

R = 3.62%
G = 81.88%
B = 14.49%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#057114 (or 0x057114) is known color: Green. HEX triplet: 05, 71 and 14. RGB value is (5,113,20). Sum of RGB (Red+Green+Blue) = 5+113+20=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #057114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057114 is #FA8EEB. Grayscale: #464646. Windows color (decimal): -16420588 or 1339653. OLE color: 1339653.

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

Color convert

RGB 5 113 20 -
CMYK 0.96 0 0.82 0.56
HSL 128.33º 0.92% 0.23% -
HSV(B) 128.33º 0.96% 0.44% -
XYZ 6.09 11.89 2.64 -
YUV 70.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 5 113 20 0.96 0 0.82 0.56 128.33 0.92 0.23
Hex 5 71 14 60 0 52 38 80 5C 17
Octal 5 161 24 140 0 122 70 200 134 27
Binary 101 1110001 10100 1100000 0 1010010 111000 10000000 1011100 10111

Color Harmonies of #057114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057114

Black with #057114

Text Example


Text Example

White with #057114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057114; }

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

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

background-color css

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

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

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

border-color css

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

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

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