#05730E

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

Shades of Green #05730E

Tints of Green #05730E

Color information

#05730E (or 0x05730E) is unknown color: approx Green. HEX triplet: 05, 73 and 0E. RGB value is (5,115,14). Sum of RGB (Red+Green+Blue) = 5+115+14=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 115 (45.31% from 255 or 85.82% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 115 - color contains mainly: green. Hex color #05730E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05730E is #FA8CF1. Grayscale: #464646. Windows color (decimal): -16420082 or 946949. OLE color: 946949.

HSL color Cylindrical-coordinate representation of color #05730E: hue angle of 124.91º 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 #05730E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB511514-
CMYK0.9600.880.55
HSL124.91º91.67%23.53%-
HSV(B)124.91º95.65%45.1%-
XYZ6.2712.332.46-
YUV70.696.0681.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 115 (45.31% from 255) = 85.82%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=3.73%
G=85.82%
B=10.45%

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
Decimal5115140.9600.880.55124.9191.6723.53
Hex573E60058377d5c18
Octal51631614001306717513430
Binary101111001111101100000010110001101111111101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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