Html Css Color HEX #4AA545 Fruit Salad

📋 copy color: '#4AA545'

red 74 ◦ green 165 ◦ blue 69

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

Shades of Fruit Salad #4AA545

Tints of Fruit Salad #4AA545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.57%

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

R = 24.03%
G = 53.57%
B = 22.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#4AA545 (or 0x4AA545) is known color: Fruit Salad. HEX triplet: 4A, A5 and 45. RGB value is (74,165,69). Sum of RGB (Red+Green+Blue) = 74+165+69=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA545 is #B55ABA. Grayscale: #7F7F7F. Windows color (decimal): -11885243 or 4564298. OLE color: 4564298.

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

Color convert

RGB 74 165 69 -
CMYK 0.55 0 0.58 0.35
HSL 116.88º 0.41% 0.46% -
HSV(B) 116.88º 0.58% 0.65% -
XYZ 17.35 28.8 10.27 -
YUV 126.85 95.35 90.31 -
System Red Green Blue C M Y K H S L
Decimal 74 165 69 0.55 0 0.58 0.35 116.88 0.41 0.46
Hex 4A A5 45 37 0 3A 23 75 29 2E
Octal 112 245 105 67 0 72 43 165 51 56
Binary 1001010 10100101 1000101 110111 0 111010 100011 1110101 101001 101110

Color Harmonies of #4AA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA545

Black with #4AA545

Text Example


Text Example

White with #4AA545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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