Html Css Color HEX #4A984A Fruit Salad

📋 copy color: '#4A984A'

red 74 ◦ green 152 ◦ blue 74

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

Shades of Fruit Salad #4A984A

Tints of Fruit Salad #4A984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 24.67%
G = 50.67%
B = 24.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#4A984A (or 0x4A984A) is known color: Fruit Salad. HEX triplet: 4A, 98 and 4A. RGB value is (74,152,74). Sum of RGB (Red+Green+Blue) = 74+152+74=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #4A984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A984A is #B567B5. Grayscale: #787878. Windows color (decimal): -11888566 or 4888650. OLE color: 4888650.

HSL color Cylindrical-coordinate representation of color #4A984A: hue angle of 120º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A984A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 74 -
CMYK 0.51 0 0.51 0.40
HSL 120º 0.35% 0.44% -
HSV(B) 120º 0.51% 0.6% -
XYZ 15.29 24.41 10.38 -
YUV 119.79 102.16 95.34 -
System Red Green Blue C M Y K H S L
Decimal 74 152 74 0.51 0 0.51 0.40 120 0.35 0.44
Hex 4A 98 4A 33 0 33 28 78 23 2C
Octal 112 230 112 63 0 63 50 170 43 54
Binary 1001010 10011000 1001010 110011 0 110011 101000 1111000 100011 101100

Color Harmonies of #4A984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A984A

Black with #4A984A

Text Example


Text Example

White with #4A984A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,152,74); }

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

background-color css

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

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

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

border-color css

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

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

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