Html Css Color HEX #05711A Green

📋 copy color: '#05711A'

red 5 ◦ green 113 ◦ blue 26

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

Shades of Green #05711A

Tints of Green #05711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 3.47%
G = 78.47%
B = 18.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#05711A (or 0x05711A) is known color: Green. HEX triplet: 05, 71 and 1A. RGB value is (5,113,26). Sum of RGB (Red+Green+Blue) = 5+113+26=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 113 (44.53% from 255 or 78.47% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 113 - color contains mainly: green. Hex color #05711A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05711A is #FA8EE5. Grayscale: #474747. Windows color (decimal): -16420582 or 1732869. OLE color: 1732869.

HSL color Cylindrical-coordinate representation of color #05711A: hue angle of 131.67º 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 #05711A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 113 26 -
CMYK 0.96 0 0.77 0.56
HSL 131.67º 0.92% 0.23% -
HSV(B) 131.67º 0.96% 0.44% -
XYZ 6.15 11.92 2.95 -
YUV 70.79 102.72 81.07 -
System Red Green Blue C M Y K H S L
Decimal 5 113 26 0.96 0 0.77 0.56 131.67 0.92 0.23
Hex 5 71 1A 60 0 4D 38 84 5C 17
Octal 5 161 32 140 0 115 70 204 134 27
Binary 101 1110001 11010 1100000 0 1001101 111000 10000100 1011100 10111

Color Harmonies of #05711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05711A

Black with #05711A

Text Example


Text Example

White with #05711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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