Html Css Color HEX #4B9552 Fruit Salad

📋 copy color: '#4B9552'

red 75 ◦ green 149 ◦ blue 82

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

Shades of Fruit Salad #4B9552

Tints of Fruit Salad #4B9552

RGB

 RED value IS 75 (29.69% from 255) = 24.51%

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

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

R = 24.51%
G = 48.69%
B = 26.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#4B9552 (or 0x4B9552) is known color: Fruit Salad. HEX triplet: 4B, 95 and 52. RGB value is (75,149,82). Sum of RGB (Red+Green+Blue) = 75+149+82=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9552 is #B46AAD. Grayscale: #777777. Windows color (decimal): -11823790 or 5412171. OLE color: 5412171.

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

Color convert

RGB 75 149 82 -
CMYK 0.50 0 0.45 0.42
HSL 125.68º 0.33% 0.44% -
HSV(B) 125.68º 0.5% 0.58% -
XYZ 15.17 23.6 11.74 -
YUV 119.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 75 149 82 0.50 0 0.45 0.42 125.68 0.33 0.44
Hex 4B 95 52 32 0 2D 2A 7E 21 2C
Octal 113 225 122 62 0 55 52 176 41 54
Binary 1001011 10010101 1010010 110010 0 101101 101010 1111110 100001 101100

Color Harmonies of #4B9552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9552

Black with #4B9552

Text Example


Text Example

White with #4B9552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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