Html Css Color HEX #3AAE4A Fruit Salad

📋 copy color: '#3AAE4A'

red 58 ◦ green 174 ◦ blue 74

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

Shades of Fruit Salad #3AAE4A

Tints of Fruit Salad #3AAE4A

RGB

 RED value IS 58 (23.05% from 255) = 18.95%

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 18.95%
G = 56.86%
B = 24.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#3AAE4A (or 0x3AAE4A) is known color: Fruit Salad. HEX triplet: 3A, AE and 4A. RGB value is (58,174,74). Sum of RGB (Red+Green+Blue) = 58+174+74=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAE4A is #C551B5. Grayscale: #808080. Windows color (decimal): -12931510 or 4894266. OLE color: 4894266.

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

Color convert

RGB 58 174 74 -
CMYK 0.67 0 0.57 0.32
HSL 128.28º 0.5% 0.45% -
HSV(B) 128.28º 0.67% 0.68% -
XYZ 18.12 31.67 11.64 -
YUV 127.92 97.57 78.13 -
System Red Green Blue C M Y K H S L
Decimal 58 174 74 0.67 0 0.57 0.32 128.28 0.5 0.45
Hex 3A AE 4A 43 0 39 20 80 32 2D
Octal 72 256 112 103 0 71 40 200 62 55
Binary 111010 10101110 1001010 1000011 0 111001 100000 10000000 110010 101101

Color Harmonies of #3AAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAE4A

Black with #3AAE4A

Text Example


Text Example

White with #3AAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AAE4A; }

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

 H1.HeaderClassName
 {
   color: #3AAE4A;
 }
 .AnyTagClassName
 {
   color: #3AAE4A;
 }
</style>

background-color css

<style>
 a { background-color: #3AAE4A; }

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

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

border-color css

<style>
 span { border-color: #3AAE4A; }

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

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