Html Css Color HEX #4BAA44 Fruit Salad

📋 copy color: '#4BAA44'

red 75 ◦ green 170 ◦ blue 68

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

Shades of Fruit Salad #4BAA44

Tints of Fruit Salad #4BAA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 23.96%
G = 54.31%
B = 21.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#4BAA44 (or 0x4BAA44) is known color: Fruit Salad. HEX triplet: 4B, AA and 44. RGB value is (75,170,68). Sum of RGB (Red+Green+Blue) = 75+170+68=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA44 is #B455BB. Grayscale: #828282. Windows color (decimal): -11818428 or 4500043. OLE color: 4500043.

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

Color convert

RGB 75 170 68 -
CMYK 0.56 0 0.6 0.33
HSL 115.88º 0.43% 0.47% -
HSV(B) 115.88º 0.6% 0.67% -
XYZ 18.32 30.66 10.42 -
YUV 129.97 93.03 88.79 -
System Red Green Blue C M Y K H S L
Decimal 75 170 68 0.56 0 0.6 0.33 115.88 0.43 0.47
Hex 4B AA 44 38 0 3C 21 74 2B 2F
Octal 113 252 104 70 0 74 41 164 53 57
Binary 1001011 10101010 1000100 111000 0 111100 100001 1110100 101011 101111

Color Harmonies of #4BAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAA44

Black with #4BAA44

Text Example


Text Example

White with #4BAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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