Html Css Color HEX #4BAA4A Fruit Salad

📋 copy color: '#4BAA4A'

red 75 ◦ green 170 ◦ blue 74

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

Shades of Fruit Salad #4BAA4A

Tints of Fruit Salad #4BAA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.29%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 23.51%
G = 53.29%
B = 23.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#4BAA4A (or 0x4BAA4A) is known color: Fruit Salad. HEX triplet: 4B, AA and 4A. RGB value is (75,170,74). Sum of RGB (Red+Green+Blue) = 75+170+74=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA4A is #B455B5. Grayscale: #828282. Windows color (decimal): -11818422 or 4893259. OLE color: 4893259.

HSL color Cylindrical-coordinate representation of color #4BAA4A: hue angle of 119.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA4A is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 170 74 -
CMYK 0.56 0 0.56 0.33
HSL 119.38º 0.39% 0.48% -
HSV(B) 119.38º 0.56% 0.67% -
XYZ 18.51 30.74 11.44 -
YUV 130.65 96.03 88.31 -
System Red Green Blue C M Y K H S L
Decimal 75 170 74 0.56 0 0.56 0.33 119.38 0.39 0.48
Hex 4B AA 4A 38 0 38 21 77 27 30
Octal 113 252 112 70 0 70 41 167 47 60
Binary 1001011 10101010 1001010 111000 0 111000 100001 1110111 100111 110000

Color Harmonies of #4BAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAA4A

Black with #4BAA4A

Text Example


Text Example

White with #4BAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,170,74); }

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

background-color css

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

 a { background-color: rgb(75,170,74); }

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

border-color css

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

 span { border-color: rgb(75,170,74); }

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