Html Css Color HEX #4AAB47 Fruit Salad

📋 copy color: '#4AAB47'

red 74 ◦ green 171 ◦ blue 71

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

Shades of Fruit Salad #4AAB47

Tints of Fruit Salad #4AAB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 23.42%
G = 54.11%
B = 22.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#4AAB47 (or 0x4AAB47) is known color: Fruit Salad. HEX triplet: 4A, AB and 47. RGB value is (74,171,71). Sum of RGB (Red+Green+Blue) = 74+171+71=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #4AAB47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAB47 is #B554B8. Grayscale: #828282. Windows color (decimal): -11883705 or 4696906. OLE color: 4696906.

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

Color convert

RGB 74 171 71 -
CMYK 0.57 0 0.58 0.33
HSL 118.2º 0.41% 0.47% -
HSV(B) 118.2º 0.58% 0.67% -
XYZ 18.52 31.04 10.98 -
YUV 130.6 94.36 87.63 -
System Red Green Blue C M Y K H S L
Decimal 74 171 71 0.57 0 0.58 0.33 118.2 0.41 0.47
Hex 4A AB 47 39 0 3A 21 76 29 2F
Octal 112 253 107 71 0 72 41 166 51 57
Binary 1001010 10101011 1000111 111001 0 111010 100001 1110110 101001 101111

Color Harmonies of #4AAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAB47

Black with #4AAB47

Text Example


Text Example

White with #4AAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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