Html Css Color HEX #34AC42 Fruit Salad

📋 copy color: '#34AC42'

red 52 ◦ green 172 ◦ blue 66

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

Shades of Fruit Salad #34AC42

Tints of Fruit Salad #34AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.31%

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

R = 17.93%
G = 59.31%
B = 22.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#34AC42 (or 0x34AC42) is known color: Fruit Salad. HEX triplet: 34, AC and 42. RGB value is (52,172,66). Sum of RGB (Red+Green+Blue) = 52+172+66=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AC42 is #CB53BD. Grayscale: #7C7C7C. Windows color (decimal): -13325246 or 4369460. OLE color: 4369460.

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

Color convert

RGB 52 172 66 -
CMYK 0.70 0 0.62 0.33
HSL 127º 0.54% 0.44% -
HSV(B) 127º 0.7% 0.67% -
XYZ 17.15 30.63 10.16 -
YUV 124.04 95.24 76.62 -
System Red Green Blue C M Y K H S L
Decimal 52 172 66 0.70 0 0.62 0.33 127 0.54 0.44
Hex 34 AC 42 46 0 3E 21 7F 36 2C
Octal 64 254 102 106 0 76 41 177 66 54
Binary 110100 10101100 1000010 1000110 0 111110 100001 1111111 110110 101100

Color Harmonies of #34AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AC42

Black with #34AC42

Text Example


Text Example

White with #34AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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