Html Css Color HEX #34AD42 Fruit Salad

📋 copy color: '#34AD42'

red 52 ◦ green 173 ◦ blue 66

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

Shades of Fruit Salad #34AD42

Tints of Fruit Salad #34AD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 17.87%
G = 59.45%
B = 22.68%

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

#34AD42 (or 0x34AD42) is known color: Fruit Salad. HEX triplet: 34, AD and 42. RGB value is (52,173,66). Sum of RGB (Red+Green+Blue) = 52+173+66=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD42 is #CB52BD. Grayscale: #7C7C7C. Windows color (decimal): -13324990 or 4369716. OLE color: 4369716.

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

Color convert

RGB 52 173 66 -
CMYK 0.70 0 0.62 0.32
HSL 126.94º 0.54% 0.44% -
HSV(B) 126.94º 0.7% 0.68% -
XYZ 17.34 31.01 10.23 -
YUV 124.62 94.91 76.2 -
System Red Green Blue C M Y K H S L
Decimal 52 173 66 0.70 0 0.62 0.32 126.94 0.54 0.44
Hex 34 AD 42 46 0 3E 20 7F 36 2C
Octal 64 255 102 106 0 76 40 177 66 54
Binary 110100 10101101 1000010 1000110 0 111110 100000 1111111 110110 101100

Color Harmonies of #34AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AD42

Black with #34AD42

Text Example


Text Example

White with #34AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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