Html Css Color HEX #4AAF3A Fruit Salad

📋 copy color: '#4AAF3A'

red 74 ◦ green 175 ◦ blue 58

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

Shades of Fruit Salad #4AAF3A

Tints of Fruit Salad #4AAF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 24.1%
G = 57%
B = 18.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#4AAF3A (or 0x4AAF3A) is known color: Fruit Salad. HEX triplet: 4A, AF and 3A. RGB value is (74,175,58). Sum of RGB (Red+Green+Blue) = 74+175+58=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAF3A is #B550C5. Grayscale: #838383. Windows color (decimal): -11882694 or 3845962. OLE color: 3845962.

HSL color Cylindrical-coordinate representation of color #4AAF3A: hue angle of 111.79º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AAF3A is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 74 175 58 -
CMYK 0.58 0 0.67 0.31
HSL 111.79º 0.5% 0.46% -
HSV(B) 111.79º 0.67% 0.69% -
XYZ 18.92 32.42 9.26 -
YUV 131.46 86.54 87.01 -
System Red Green Blue C M Y K H S L
Decimal 74 175 58 0.58 0 0.67 0.31 111.79 0.5 0.46
Hex 4A AF 3A 3A 0 43 1F 70 32 2E
Octal 112 257 72 72 0 103 37 160 62 56
Binary 1001010 10101111 111010 111010 0 1000011 11111 1110000 110010 101110

Color Harmonies of #4AAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAF3A

Black with #4AAF3A

Text Example


Text Example

White with #4AAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,175,58); }

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

background-color css

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

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

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

border-color css

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

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

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