Html Css Color HEX #349C40 Fruit Salad

📋 copy color: '#349C40'

red 52 ◦ green 156 ◦ blue 64

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

Shades of Fruit Salad #349C40

Tints of Fruit Salad #349C40

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.35%

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

R = 19.12%
G = 57.35%
B = 23.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#349C40 (or 0x349C40) is known color: Fruit Salad. HEX triplet: 34, 9C and 40. RGB value is (52,156,64). Sum of RGB (Red+Green+Blue) = 52+156+64=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #349C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C40 is #CB63BF. Grayscale: #727272. Windows color (decimal): -13329344 or 4234292. OLE color: 4234292.

HSL color Cylindrical-coordinate representation of color #349C40: hue angle of 126.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C40 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 64 -
CMYK 0.67 0 0.59 0.39
HSL 126.92º 0.5% 0.41% -
HSV(B) 126.92º 0.67% 0.61% -
XYZ 14.23 24.88 8.9 -
YUV 114.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 52 156 64 0.67 0 0.59 0.39 126.92 0.5 0.41
Hex 34 9C 40 43 0 3B 27 7F 32 29
Octal 64 234 100 103 0 73 47 177 62 51
Binary 110100 10011100 1000000 1000011 0 111011 100111 1111111 110010 101001

Color Harmonies of #349C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C40

Black with #349C40

Text Example


Text Example

White with #349C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C40; }

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

 H1.HeaderClassName
 {
   color: #349C40;
 }
 .AnyTagClassName
 {
   color: #349C40;
 }
</style>

background-color css

<style>
 a { background-color: #349C40; }

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

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

border-color css

<style>
 span { border-color: #349C40; }

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

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