Html Css Color HEX #4BA152 Fruit Salad

📋 copy color: '#4BA152'

red 75 ◦ green 161 ◦ blue 82

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

Shades of Fruit Salad #4BA152

Tints of Fruit Salad #4BA152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.63%

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

R = 23.58%
G = 50.63%
B = 25.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#4BA152 (or 0x4BA152) is known color: Fruit Salad. HEX triplet: 4B, A1 and 52. RGB value is (75,161,82). Sum of RGB (Red+Green+Blue) = 75+161+82=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA152 is #B45EAD. Grayscale: #7E7E7E. Windows color (decimal): -11820718 or 5415243. OLE color: 5415243.

HSL color Cylindrical-coordinate representation of color #4BA152: hue angle of 124.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA152 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 161 82 -
CMYK 0.53 0 0.49 0.37
HSL 124.88º 0.36% 0.46% -
HSV(B) 124.88º 0.53% 0.63% -
XYZ 17.17 27.59 12.4 -
YUV 126.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 75 161 82 0.53 0 0.49 0.37 124.88 0.36 0.46
Hex 4B A1 52 35 0 31 25 7D 24 2E
Octal 113 241 122 65 0 61 45 175 44 56
Binary 1001011 10100001 1010010 110101 0 110001 100101 1111101 100100 101110

Color Harmonies of #4BA152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA152

Black with #4BA152

Text Example


Text Example

White with #4BA152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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