#05752E

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

Shades of Fun Green #05752E

Tints of Fun Green #05752E

Color information

#05752E (or 0x05752E) is unknown color: approx Fun Green. HEX triplet: 05, 75 and 2E. RGB value is (5,117,46). Sum of RGB (Red+Green+Blue) = 5+117+46=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #05752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05752E is #FA8AD1. Grayscale: #4B4B4B. Windows color (decimal): -16419538 or 3044613. OLE color: 3044613.

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

Color convert

RGB511746-
CMYK0.9600.610.54
HSL141.96º91.8%23.92%-
HSV(B)141.96º95.73%45.88%-
XYZ6.9212.954.72-
YUV75.42111.3977.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 117 (46.09% from 255) = 69.64%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=2.98%
G=69.64%
B=27.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117460.9600.610.54141.9691.823.92
Hex5752E6003D368e5c18
Octal5165561400756621613430
Binary10111101011011101100000011110111011010001110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,117,46); }

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

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

 a { background-color: rgb(5,117,46); }

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

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

 span { border-color: rgb(5,117,46); }

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