Html Css Color HEX #4BA348 Fruit Salad

📋 copy color: '#4BA348'

red 75 ◦ green 163 ◦ blue 72

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

Shades of Fruit Salad #4BA348

Tints of Fruit Salad #4BA348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 24.19%
G = 52.58%
B = 23.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#4BA348 (or 0x4BA348) is known color: Fruit Salad. HEX triplet: 4B, A3 and 48. RGB value is (75,163,72). Sum of RGB (Red+Green+Blue) = 75+163+72=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA348 is #B45CB7. Grayscale: #7E7E7E. Windows color (decimal): -11820216 or 4760395. OLE color: 4760395.

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

Color convert

RGB 75 163 72 -
CMYK 0.54 0 0.56 0.36
HSL 118.02º 0.39% 0.46% -
HSV(B) 118.02º 0.56% 0.64% -
XYZ 17.17 28.16 10.66 -
YUV 126.31 97.35 91.4 -
System Red Green Blue C M Y K H S L
Decimal 75 163 72 0.54 0 0.56 0.36 118.02 0.39 0.46
Hex 4B A3 48 36 0 38 24 76 27 2E
Octal 113 243 110 66 0 70 44 166 47 56
Binary 1001011 10100011 1001000 110110 0 111000 100100 1110110 100111 101110

Color Harmonies of #4BA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA348

Black with #4BA348

Text Example


Text Example

White with #4BA348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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