Html Css Color HEX #4A9345 Fruit Salad

📋 copy color: '#4A9345'

red 74 ◦ green 147 ◦ blue 69

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

Shades of Fruit Salad #4A9345

Tints of Fruit Salad #4A9345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.69%

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 25.52%
G = 50.69%
B = 23.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#4A9345 (or 0x4A9345) is known color: Fruit Salad. HEX triplet: 4A, 93 and 45. RGB value is (74,147,69). Sum of RGB (Red+Green+Blue) = 74+147+69=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9345 is #B56CBA. Grayscale: #747474. Windows color (decimal): -11889851 or 4559690. OLE color: 4559690.

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

Color convert

RGB 74 147 69 -
CMYK 0.50 0 0.53 0.42
HSL 116.15º 0.36% 0.42% -
HSV(B) 116.15º 0.53% 0.58% -
XYZ 14.33 22.75 9.27 -
YUV 116.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 74 147 69 0.50 0 0.53 0.42 116.15 0.36 0.42
Hex 4A 93 45 32 0 35 2A 74 24 2A
Octal 112 223 105 62 0 65 52 164 44 52
Binary 1001010 10010011 1000101 110010 0 110101 101010 1110100 100100 101010

Color Harmonies of #4A9345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9345

Black with #4A9345

Text Example


Text Example

White with #4A9345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,147,69); }

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

background-color css

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

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

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

border-color css

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

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

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