Html Css Color HEX #4BA458 Fruit Salad

📋 copy color: '#4BA458'

red 75 ◦ green 164 ◦ blue 88

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

Shades of Fruit Salad #4BA458

Tints of Fruit Salad #4BA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.15%

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 22.94%
G = 50.15%
B = 26.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#4BA458 (or 0x4BA458) is known color: Fruit Salad. HEX triplet: 4B, A4 and 58. RGB value is (75,164,88). Sum of RGB (Red+Green+Blue) = 75+164+88=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA458 is #B45BA7. Grayscale: #808080. Windows color (decimal): -11819944 or 5809227. OLE color: 5809227.

HSL color Cylindrical-coordinate representation of color #4BA458: hue angle of 128.76º 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 #4BA458 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 164 88 -
CMYK 0.54 0 0.46 0.36
HSL 128.76º 0.37% 0.47% -
HSV(B) 128.76º 0.54% 0.64% -
XYZ 17.94 28.75 13.84 -
YUV 128.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 75 164 88 0.54 0 0.46 0.36 128.76 0.37 0.47
Hex 4B A4 58 36 0 2E 24 81 25 2F
Octal 113 244 130 66 0 56 44 201 45 57
Binary 1001011 10100100 1011000 110110 0 101110 100100 10000001 100101 101111

Color Harmonies of #4BA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA458

Black with #4BA458

Text Example


Text Example

White with #4BA458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,164,88); }

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

background-color css

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

 a { background-color: rgb(75,164,88); }

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

border-color css

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

 span { border-color: rgb(75,164,88); }

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