Html Css Color HEX #349F40 Fruit Salad

📋 copy color: '#349F40'

red 52 ◦ green 159 ◦ blue 64

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

Shades of Fruit Salad #349F40

Tints of Fruit Salad #349F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 57.82%

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

R = 18.91%
G = 57.82%
B = 23.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#349F40 (or 0x349F40) is known color: Fruit Salad. HEX triplet: 34, 9F and 40. RGB value is (52,159,64). Sum of RGB (Red+Green+Blue) = 52+159+64=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #349F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F40 is #CB60BF. Grayscale: #747474. Windows color (decimal): -13328576 or 4235060. OLE color: 4235060.

HSL color Cylindrical-coordinate representation of color #349F40: hue angle of 126.73º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F40 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 159 64 -
CMYK 0.67 0 0.60 0.38
HSL 126.73º 0.51% 0.41% -
HSV(B) 126.73º 0.67% 0.62% -
XYZ 14.74 25.9 9.07 -
YUV 116.18 98.55 82.22 -
System Red Green Blue C M Y K H S L
Decimal 52 159 64 0.67 0 0.60 0.38 126.73 0.51 0.41
Hex 34 9F 40 43 0 3C 26 7F 33 29
Octal 64 237 100 103 0 74 46 177 63 51
Binary 110100 10011111 1000000 1000011 0 111100 100110 1111111 110011 101001

Color Harmonies of #349F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349F40

Black with #349F40

Text Example


Text Example

White with #349F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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