Html Css Color HEX #34AD41 Fruit Salad

📋 copy color: '#34AD41'

red 52 ◦ green 173 ◦ blue 65

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

Shades of Fruit Salad #34AD41

Tints of Fruit Salad #34AD41

RGB

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

 GREEN value IS 173 (67.97% from 255) = 59.66%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 17.93%
G = 59.66%
B = 22.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#34AD41 (or 0x34AD41) is known color: Fruit Salad. HEX triplet: 34, AD and 41. RGB value is (52,173,65). Sum of RGB (Red+Green+Blue) = 52+173+65=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD41 is #CB52BE. Grayscale: #7C7C7C. Windows color (decimal): -13324991 or 4304180. OLE color: 4304180.

HSL color Cylindrical-coordinate representation of color #34AD41: hue angle of 126.45º 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 #34AD41 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 173 65 -
CMYK 0.70 0 0.62 0.32
HSL 126.45º 0.54% 0.44% -
HSV(B) 126.45º 0.7% 0.68% -
XYZ 17.31 31 10.07 -
YUV 124.51 94.41 76.28 -
System Red Green Blue C M Y K H S L
Decimal 52 173 65 0.70 0 0.62 0.32 126.45 0.54 0.44
Hex 34 AD 41 46 0 3E 20 7E 36 2C
Octal 64 255 101 106 0 76 40 176 66 54
Binary 110100 10101101 1000001 1000110 0 111110 100000 1111110 110110 101100

Color Harmonies of #34AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AD41

Black with #34AD41

Text Example


Text Example

White with #34AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,65); }

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

background-color css

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

 a { background-color: rgb(52,173,65); }

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

border-color css

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

 span { border-color: rgb(52,173,65); }

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