Html Css Color HEX #4AAE3C Fruit Salad

📋 copy color: '#4AAE3C'

red 74 ◦ green 174 ◦ blue 60

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

Shades of Fruit Salad #4AAE3C

Tints of Fruit Salad #4AAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.49%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 24.03%
G = 56.49%
B = 19.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#4AAE3C (or 0x4AAE3C) is known color: Fruit Salad. HEX triplet: 4A, AE and 3C. RGB value is (74,174,60). Sum of RGB (Red+Green+Blue) = 74+174+60=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE3C is #B551C3. Grayscale: #838383. Windows color (decimal): -11882948 or 3976778. OLE color: 3976778.

HSL color Cylindrical-coordinate representation of color #4AAE3C: hue angle of 112.63º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAE3C is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 174 60 -
CMYK 0.57 0 0.66 0.32
HSL 112.63º 0.49% 0.46% -
HSV(B) 112.63º 0.66% 0.68% -
XYZ 18.78 32.05 9.47 -
YUV 131.1 87.87 87.27 -
System Red Green Blue C M Y K H S L
Decimal 74 174 60 0.57 0 0.66 0.32 112.63 0.49 0.46
Hex 4A AE 3C 39 0 42 20 71 31 2E
Octal 112 256 74 71 0 102 40 161 61 56
Binary 1001010 10101110 111100 111001 0 1000010 100000 1110001 110001 101110

Color Harmonies of #4AAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE3C

Black with #4AAE3C

Text Example


Text Example

White with #4AAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,174,60); }

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

background-color css

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

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

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

border-color css

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

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

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