Html Css Color HEX #349D41 Fruit Salad

📋 copy color: '#349D41'

red 52 ◦ green 157 ◦ blue 65

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

Shades of Fruit Salad #349D41

Tints of Fruit Salad #349D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.3%

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

R = 18.98%
G = 57.3%
B = 23.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#349D41 (or 0x349D41) is known color: Fruit Salad. HEX triplet: 34, 9D and 41. RGB value is (52,157,65). Sum of RGB (Red+Green+Blue) = 52+157+65=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #349D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D41 is #CB62BE. Grayscale: #737373. Windows color (decimal): -13329087 or 4300084. OLE color: 4300084.

HSL color Cylindrical-coordinate representation of color #349D41: hue angle of 127.43º degrees, saturation: 0.5, 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 #349D41 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 65 -
CMYK 0.67 0 0.59 0.38
HSL 127.43º 0.5% 0.41% -
HSV(B) 127.43º 0.67% 0.62% -
XYZ 14.43 25.23 9.11 -
YUV 115.12 99.71 82.98 -
System Red Green Blue C M Y K H S L
Decimal 52 157 65 0.67 0 0.59 0.38 127.43 0.5 0.41
Hex 34 9D 41 43 0 3B 26 7F 32 29
Octal 64 235 101 103 0 73 46 177 62 51
Binary 110100 10011101 1000001 1000011 0 111011 100110 1111111 110010 101001

Color Harmonies of #349D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D41

Black with #349D41

Text Example


Text Example

White with #349D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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