Html Css Color HEX #4BA355 Fruit Salad

📋 copy color: '#4BA355'

red 75 ◦ green 163 ◦ blue 85

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

Shades of Fruit Salad #4BA355

Tints of Fruit Salad #4BA355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.46%

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 23.22%
G = 50.46%
B = 26.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#4BA355 (or 0x4BA355) is known color: Fruit Salad. HEX triplet: 4B, A3 and 55. RGB value is (75,163,85). Sum of RGB (Red+Green+Blue) = 75+163+85=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA355 is #B45CAA. Grayscale: #808080. Windows color (decimal): -11820203 or 5612363. OLE color: 5612363.

HSL color Cylindrical-coordinate representation of color #4BA355: hue angle of 126.82º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA355 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 163 85 -
CMYK 0.54 0 0.48 0.36
HSL 126.82º 0.37% 0.47% -
HSV(B) 126.82º 0.54% 0.64% -
XYZ 17.64 28.35 13.14 -
YUV 127.8 103.85 90.34 -
System Red Green Blue C M Y K H S L
Decimal 75 163 85 0.54 0 0.48 0.36 126.82 0.37 0.47
Hex 4B A3 55 36 0 30 24 7F 25 2F
Octal 113 243 125 66 0 60 44 177 45 57
Binary 1001011 10100011 1010101 110110 0 110000 100100 1111111 100101 101111

Color Harmonies of #4BA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA355

Black with #4BA355

Text Example


Text Example

White with #4BA355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,163,85); }

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

background-color css

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

 a { background-color: rgb(75,163,85); }

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

border-color css

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

 span { border-color: rgb(75,163,85); }

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