Html Css Color HEX #4BA446 Fruit Salad

📋 copy color: '#4BA446'

red 75 ◦ green 164 ◦ blue 70

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

Shades of Fruit Salad #4BA446

Tints of Fruit Salad #4BA446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 24.27%
G = 53.07%
B = 22.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#4BA446 (or 0x4BA446) is known color: Fruit Salad. HEX triplet: 4B, A4 and 46. RGB value is (75,164,70). Sum of RGB (Red+Green+Blue) = 75+164+70=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA446 is #B45BB9. Grayscale: #7E7E7E. Windows color (decimal): -11819962 or 4629579. OLE color: 4629579.

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

Color convert

RGB 75 164 70 -
CMYK 0.54 0 0.57 0.36
HSL 116.81º 0.4% 0.46% -
HSV(B) 116.81º 0.57% 0.64% -
XYZ 17.28 28.49 10.38 -
YUV 126.67 96.01 91.14 -
System Red Green Blue C M Y K H S L
Decimal 75 164 70 0.54 0 0.57 0.36 116.81 0.4 0.46
Hex 4B A4 46 36 0 39 24 75 28 2E
Octal 113 244 106 66 0 71 44 165 50 56
Binary 1001011 10100100 1000110 110110 0 111001 100100 1110101 101000 101110

Color Harmonies of #4BA446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA446

Black with #4BA446

Text Example


Text Example

White with #4BA446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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