Html Css Color HEX #05771C Green

📋 copy color: '#05771C'

red 5 ◦ green 119 ◦ blue 28

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

Shades of Green #05771C

Tints of Green #05771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 78.29%

 BLUE value IS 28 (11.33% from 255) = 18.42%

R = 3.29%
G = 78.29%
B = 18.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#05771C (or 0x05771C) is known color: Green. HEX triplet: 05, 77 and 1C. RGB value is (5,119,28). Sum of RGB (Red+Green+Blue) = 5+119+28=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #05771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05771C is #FA88E3. Grayscale: #4A4A4A. Windows color (decimal): -16419044 or 1865477. OLE color: 1865477.

HSL color Cylindrical-coordinate representation of color #05771C: hue angle of 132.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05771C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 28 -
CMYK 0.96 0 0.76 0.53
HSL 132.11º 0.92% 0.24% -
HSV(B) 132.11º 0.96% 0.47% -
XYZ 6.87 13.31 3.31 -
YUV 74.54 101.73 78.4 -
System Red Green Blue C M Y K H S L
Decimal 5 119 28 0.96 0 0.76 0.53 132.11 0.92 0.24
Hex 5 77 1C 60 0 4C 35 84 5C 18
Octal 5 167 34 140 0 114 65 204 134 30
Binary 101 1110111 11100 1100000 0 1001100 110101 10000100 1011100 11000

Color Harmonies of #05771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05771C

Black with #05771C

Text Example


Text Example

White with #05771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05771C; }

 p { color: rgb(5,119,28); }

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

background-color css

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

 a { background-color: rgb(5,119,28); }

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

border-color css

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

 span { border-color: rgb(5,119,28); }

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