Html Css Color HEX #4A953F Fruit Salad

📋 copy color: '#4A953F'

red 74 ◦ green 149 ◦ blue 63

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

Shades of Fruit Salad #4A953F

Tints of Fruit Salad #4A953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.1%

 BLUE value IS 63 (25% from 255) = 22.03%

R = 25.87%
G = 52.1%
B = 22.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#4A953F (or 0x4A953F) is known color: Fruit Salad. HEX triplet: 4A, 95 and 3F. RGB value is (74,149,63). Sum of RGB (Red+Green+Blue) = 74+149+63=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #4A953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A953F is #B56AC0. Grayscale: #757575. Windows color (decimal): -11889345 or 4166986. OLE color: 4166986.

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

Color convert

RGB 74 149 63 -
CMYK 0.50 0 0.58 0.42
HSL 112.33º 0.41% 0.42% -
HSV(B) 112.33º 0.58% 0.58% -
XYZ 14.47 23.31 8.44 -
YUV 116.77 97.65 97.49 -
System Red Green Blue C M Y K H S L
Decimal 74 149 63 0.50 0 0.58 0.42 112.33 0.41 0.42
Hex 4A 95 3F 32 0 3A 2A 70 29 2A
Octal 112 225 77 62 0 72 52 160 51 52
Binary 1001010 10010101 111111 110010 0 111010 101010 1110000 101001 101010

Color Harmonies of #4A953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A953F

Black with #4A953F

Text Example


Text Example

White with #4A953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,63); }

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

background-color css

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

 a { background-color: rgb(74,149,63); }

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

border-color css

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

 span { border-color: rgb(74,149,63); }

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