#4DAF52

Color #4DAF52 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4DAF52

Tints of Fruit Salad #4DAF52

Color information

#4DAF52 (or 0x4DAF52) is unknown color: approx Fruit Salad. HEX triplet: 4D, AF and 52. RGB value is (77,175,82). Sum of RGB (Red+Green+Blue) = 77+175+82=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAF52 is #B250AD. Grayscale: #878787. Windows color (decimal): -11686062 or 5418829. OLE color: 5418829.

HSL color Cylindrical-coordinate representation of color #4DAF52: hue angle of 123.06º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF52 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7717582-
CMYK0.5600.530.31
HSL123.06º38.89%49.41%-
HSV(B)123.06º56%68.63%-
XYZ19.9132.8513.27-
YUV135.198.0386.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=23.05%
G=52.40%
B=24.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77175820.5600.530.31123.0638.8949.41
Hex4DAF52380351F7b2731
Octal11525712270065371734761
Binary10011011010111110100101110000110101111111111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DAF52; }

 p { color: rgb(77,175,82); }

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

<style>
 a { background-color: #4DAF52; }

 a { background-color: rgb(77,175,82); }

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

<style>
 span { border-color: #4DAF52; }

 span { border-color: rgb(77,175,82); }

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