#05761D

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

Shades of Green #05761D

Tints of Green #05761D

Color information

#05761D (or 0x05761D) is unknown color: approx Green. HEX triplet: 05, 76 and 1D. RGB value is (5,118,29). Sum of RGB (Red+Green+Blue) = 5+118+29=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #05761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05761D is #FA89E2. Grayscale: #4A4A4A. Windows color (decimal): -16419299 or 1930757. OLE color: 1930757.

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

Color convert

RGB511829-
CMYK0.9600.750.54
HSL132.74º91.87%24.12%-
HSV(B)132.74º95.76%46.27%-
XYZ6.7613.083.33-
YUV74.07102.5678.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 118 (46.48% from 255) = 77.63%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=3.29%
G=77.63%
B=19.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5118290.9600.750.54132.7491.8724.12
Hex5761D6004B36855c18
Octal51663514001136620513430
Binary10111101101110111000000100101111011010000101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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