Html Css Color HEX #4A9246 Fruit Salad

📋 copy color: '#4A9246'

red 74 ◦ green 146 ◦ blue 70

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

Shades of Fruit Salad #4A9246

Tints of Fruit Salad #4A9246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.34%

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 25.52%
G = 50.34%
B = 24.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#4A9246 (or 0x4A9246) is known color: Fruit Salad. HEX triplet: 4A, 92 and 46. RGB value is (74,146,70). Sum of RGB (Red+Green+Blue) = 74+146+70=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #4A9246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9246 is #B56DB9. Grayscale: #747474. Windows color (decimal): -11890106 or 4624970. OLE color: 4624970.

HSL color Cylindrical-coordinate representation of color #4A9246: hue angle of 116.84º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9246 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 146 70 -
CMYK 0.49 0 0.52 0.43
HSL 116.84º 0.35% 0.42% -
HSV(B) 116.84º 0.52% 0.57% -
XYZ 14.21 22.46 9.38 -
YUV 115.81 102.15 98.18 -
System Red Green Blue C M Y K H S L
Decimal 74 146 70 0.49 0 0.52 0.43 116.84 0.35 0.42
Hex 4A 92 46 31 0 34 2B 75 23 2A
Octal 112 222 106 61 0 64 53 165 43 52
Binary 1001010 10010010 1000110 110001 0 110100 101011 1110101 100011 101010

Color Harmonies of #4A9246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9246

Black with #4A9246

Text Example


Text Example

White with #4A9246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,146,70); }

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

background-color css

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

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

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

border-color css

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

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

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