Html Css Color HEX #4A954B Fruit Salad

📋 copy color: '#4A954B'

red 74 ◦ green 149 ◦ blue 75

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

Shades of Fruit Salad #4A954B

Tints of Fruit Salad #4A954B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 24.83%
G = 50%
B = 25.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#4A954B (or 0x4A954B) is known color: Fruit Salad. HEX triplet: 4A, 95 and 4B. RGB value is (74,149,75). Sum of RGB (Red+Green+Blue) = 74+149+75=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #4A954B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A954B is #B56AB4. Grayscale: #767676. Windows color (decimal): -11889333 or 4953418. OLE color: 4953418.

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

Color convert

RGB 74 149 75 -
CMYK 0.50 0 0.50 0.42
HSL 120.8º 0.34% 0.44% -
HSV(B) 120.8º 0.5% 0.58% -
XYZ 14.84 23.46 10.4 -
YUV 118.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 74 149 75 0.50 0 0.50 0.42 120.8 0.34 0.44
Hex 4A 95 4B 32 0 32 2A 79 22 2C
Octal 112 225 113 62 0 62 52 171 42 54
Binary 1001010 10010101 1001011 110010 0 110010 101010 1111001 100010 101100

Color Harmonies of #4A954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A954B

Black with #4A954B

Text Example


Text Example

White with #4A954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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