Html Css Color HEX #4AAE38 Fruit Salad

📋 copy color: '#4AAE38'

red 74 ◦ green 174 ◦ blue 56

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

Shades of Fruit Salad #4AAE38

Tints of Fruit Salad #4AAE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.42%

R = 24.34%
G = 57.24%
B = 18.42%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#4AAE38 (or 0x4AAE38) is known color: Fruit Salad. HEX triplet: 4A, AE and 38. RGB value is (74,174,56). Sum of RGB (Red+Green+Blue) = 74+174+56=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAE38 is #B551C7. Grayscale: #838383. Windows color (decimal): -11882952 or 3714634. OLE color: 3714634.

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

Color convert

RGB 74 174 56 -
CMYK 0.57 0 0.68 0.32
HSL 110.85º 0.51% 0.45% -
HSV(B) 110.85º 0.68% 0.68% -
XYZ 18.67 32.01 8.94 -
YUV 130.65 85.87 87.59 -
System Red Green Blue C M Y K H S L
Decimal 74 174 56 0.57 0 0.68 0.32 110.85 0.51 0.45
Hex 4A AE 38 39 0 44 20 6F 33 2D
Octal 112 256 70 71 0 104 40 157 63 55
Binary 1001010 10101110 111000 111001 0 1000100 100000 1101111 110011 101101

Color Harmonies of #4AAE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAE38

Black with #4AAE38

Text Example


Text Example

White with #4AAE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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