Html Css Color HEX #34AE40 Fruit Salad

📋 copy color: '#34AE40'

red 52 ◦ green 174 ◦ blue 64

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

Shades of Fruit Salad #34AE40

Tints of Fruit Salad #34AE40

RGB

 RED value IS 52 (20.7% from 255) = 17.93%

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

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 17.93%
G = 60%
B = 22.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#34AE40 (or 0x34AE40) is known color: Fruit Salad. HEX triplet: 34, AE and 40. RGB value is (52,174,64). Sum of RGB (Red+Green+Blue) = 52+174+64=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 174 (68.36% from 255 or 60% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AE40 is #CB51BF. Grayscale: #7D7D7D. Windows color (decimal): -13324736 or 4238900. OLE color: 4238900.

HSL color Cylindrical-coordinate representation of color #34AE40: hue angle of 125.9º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AE40 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 174 64 -
CMYK 0.70 0 0.63 0.32
HSL 125.9º 0.54% 0.44% -
HSV(B) 125.9º 0.7% 0.68% -
XYZ 17.48 31.37 9.98 -
YUV 124.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 52 174 64 0.70 0 0.63 0.32 125.9 0.54 0.44
Hex 34 AE 40 46 0 3F 20 7E 36 2C
Octal 64 256 100 106 0 77 40 176 66 54
Binary 110100 10101110 1000000 1000110 0 111111 100000 1111110 110110 101100

Color Harmonies of #34AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AE40

Black with #34AE40

Text Example


Text Example

White with #34AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34AE40; }

 p { color: rgb(52,174,64); }

 H1.HeaderClassName
 {
   color: #34AE40;
 }
 .AnyTagClassName
 {
   color: #34AE40;
 }
</style>

background-color css

<style>
 a { background-color: #34AE40; }

 a { background-color: rgb(52,174,64); }

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

border-color css

<style>
 span { border-color: #34AE40; }

 span { border-color: rgb(52,174,64); }

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