Html Css Color HEX #4F9552 Fruit Salad

📋 copy color: '#4F9552'

red 79 ◦ green 149 ◦ blue 82

#4F9552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #4F9552

Tints of Fruit Salad #4F9552

RGB

 RED value IS 79 (31.25% from 255) = 25.48%

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 25.48%
G = 48.06%
B = 26.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#4F9552 (or 0x4F9552) is known color: Fruit Salad. HEX triplet: 4F, 95 and 52. RGB value is (79,149,82). Sum of RGB (Red+Green+Blue) = 79+149+82=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9552 is #B06AAD. Grayscale: #787878. Windows color (decimal): -11561646 or 5412175. OLE color: 5412175.

HSL color Cylindrical-coordinate representation of color #4F9552: hue angle of 122.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F9552 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 149 82 -
CMYK 0.47 0 0.45 0.42
HSL 122.57º 0.31% 0.45% -
HSV(B) 122.57º 0.47% 0.58% -
XYZ 15.49 23.77 11.75 -
YUV 120.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 79 149 82 0.47 0 0.45 0.42 122.57 0.31 0.45
Hex 4F 95 52 2F 0 2D 2A 7B 1F 2D
Octal 117 225 122 57 0 55 52 173 37 55
Binary 1001111 10010101 1010010 101111 0 101101 101010 1111011 11111 101101

Color Harmonies of #4F9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9552

Black with #4F9552

Text Example


Text Example

White with #4F9552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,149,82); }

 H1.HeaderClassName
 {
   color: #4F9552;
 }
 .AnyTagClassName
 {
   color: #4F9552;
 }
</style>

background-color css

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

 a { background-color: rgb(79,149,82); }

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

border-color css

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

 span { border-color: rgb(79,149,82); }

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