Html Css Color HEX #4BAA3C Fruit Salad

📋 copy color: '#4BAA3C'

red 75 ◦ green 170 ◦ blue 60

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

Shades of Fruit Salad #4BAA3C

Tints of Fruit Salad #4BAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 24.59%
G = 55.74%
B = 19.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#4BAA3C (or 0x4BAA3C) is known color: Fruit Salad. HEX triplet: 4B, AA and 3C. RGB value is (75,170,60). Sum of RGB (Red+Green+Blue) = 75+170+60=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAA3C is #B455C3. Grayscale: #818181. Windows color (decimal): -11818436 or 3975755. OLE color: 3975755.

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

Color convert

RGB 75 170 60 -
CMYK 0.56 0 0.65 0.33
HSL 111.82º 0.48% 0.45% -
HSV(B) 111.82º 0.65% 0.67% -
XYZ 18.09 30.57 9.22 -
YUV 129.06 89.03 89.44 -
System Red Green Blue C M Y K H S L
Decimal 75 170 60 0.56 0 0.65 0.33 111.82 0.48 0.45
Hex 4B AA 3C 38 0 41 21 70 30 2D
Octal 113 252 74 70 0 101 41 160 60 55
Binary 1001011 10101010 111100 111000 0 1000001 100001 1110000 110000 101101

Color Harmonies of #4BAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAA3C

Black with #4BAA3C

Text Example


Text Example

White with #4BAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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