#05740E

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

Shades of Green #05740E

Tints of Green #05740E

Color information

#05740E (or 0x05740E) is unknown color: approx Green. HEX triplet: 05, 74 and 0E. RGB value is (5,116,14). Sum of RGB (Red+Green+Blue) = 5+116+14=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 116 (45.70% from 255 or 85.93% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 116 - color contains mainly: green. Hex color #05740E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05740E is #FA8BF1. Grayscale: #474747. Windows color (decimal): -16419826 or 947205. OLE color: 947205.

HSL color Cylindrical-coordinate representation of color #05740E: hue angle of 124.86º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05740E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB511614-
CMYK0.9600.880.55
HSL124.86º91.74%23.73%-
HSV(B)124.86º95.69%45.49%-
XYZ6.3912.552.5-
YUV71.1895.7380.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 116 (45.70% from 255) = 85.93%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=3.70%
G=85.93%
B=10.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116140.9600.880.55124.8691.7423.73
Hex574E60058377d5c18
Octal51641614001306717513430
Binary101111010011101100000010110001101111111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05740E; }

 p { color: rgb(5,116,14); }

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

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

 a { background-color: rgb(5,116,14); }

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

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

 span { border-color: rgb(5,116,14); }

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