Html Css Color HEX #4AAB5B Fruit Salad

📋 copy color: '#4AAB5B'

red 74 ◦ green 171 ◦ blue 91

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

Shades of Fruit Salad #4AAB5B

Tints of Fruit Salad #4AAB5B

RGB

 RED value IS 74 (29.3% from 255) = 22.02%

 GREEN value IS 171 (67.19% from 255) = 50.89%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 22.02%
G = 50.89%
B = 27.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#4AAB5B (or 0x4AAB5B) is known color: Fruit Salad. HEX triplet: 4A, AB and 5B. RGB value is (74,171,91). Sum of RGB (Red+Green+Blue) = 74+171+91=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAB5B is #B554A4. Grayscale: #858585. Windows color (decimal): -11883685 or 6007626. OLE color: 6007626.

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

Color convert

RGB 74 171 91 -
CMYK 0.57 0 0.47 0.33
HSL 130.52º 0.4% 0.48% -
HSV(B) 130.52º 0.57% 0.67% -
XYZ 19.28 31.34 14.93 -
YUV 132.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 74 171 91 0.57 0 0.47 0.33 130.52 0.4 0.48
Hex 4A AB 5B 39 0 2F 21 83 28 30
Octal 112 253 133 71 0 57 41 203 50 60
Binary 1001010 10101011 1011011 111001 0 101111 100001 10000011 101000 110000

Color Harmonies of #4AAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAB5B

Black with #4AAB5B

Text Example


Text Example

White with #4AAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,171,91); }

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

background-color css

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

 a { background-color: rgb(74,171,91); }

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

border-color css

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

 span { border-color: rgb(74,171,91); }

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