#05761C

Color #05761C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #05761C

Tints of Green #05761C

Color information

#05761C (or 0x05761C) is unknown color: approx Green. HEX triplet: 05, 76 and 1C. RGB value is (5,118,28). Sum of RGB (Red+Green+Blue) = 5+118+28=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #05761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05761C is #FA89E3. Grayscale: #4A4A4A. Windows color (decimal): -16419300 or 1865221. OLE color: 1865221.

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

Color convert

RGB511828-
CMYK0.9600.760.54
HSL132.21º91.87%24.12%-
HSV(B)132.21º95.76%46.27%-
XYZ6.7513.073.27-
YUV73.95102.0678.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 118 (46.48% from 255) = 78.15%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=3.31%
G=78.15%
B=18.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118280.9600.760.54132.2191.8724.12
Hex5761C6004C36845c18
Octal51663414001146620413430
Binary10111101101110011000000100110011011010000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05761C;
 }
 .AnyTagClassName
 {
   color: #05761C;
 }
</style>
background-color css

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

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

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

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

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

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