#05741C

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

Shades of Green #05741C

Tints of Green #05741C

Color information

#05741C (or 0x05741C) is unknown color: approx Green. HEX triplet: 05, 74 and 1C. RGB value is (5,116,28). Sum of RGB (Red+Green+Blue) = 5+116+28=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #05741C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05741C is #FA8BE3. Grayscale: #494949. Windows color (decimal): -16419812 or 1864709. OLE color: 1864709.

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

Color convert

RGB511628-
CMYK0.9600.760.55
HSL132.43º91.74%23.73%-
HSV(B)132.43º95.69%45.49%-
XYZ6.5212.613.19-
YUV72.78102.7379.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 116 (45.70% from 255) = 77.85%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=3.36%
G=77.85%
B=18.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116280.9600.760.55132.4391.7423.73
Hex5741C6004C37845c18
Octal51643414001146720413430
Binary10111101001110011000000100110011011110000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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