Html Css Color HEX #349D3F Fruit Salad

📋 copy color: '#349D3F'

red 52 ◦ green 157 ◦ blue 63

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

Shades of Fruit Salad #349D3F

Tints of Fruit Salad #349D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.16%

R = 19.12%
G = 57.72%
B = 23.16%

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

#349D3F (or 0x349D3F) is known color: Fruit Salad. HEX triplet: 34, 9D and 3F. RGB value is (52,157,63). Sum of RGB (Red+Green+Blue) = 52+157+63=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #349D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D3F is #CB62C0. Grayscale: #737373. Windows color (decimal): -13329089 or 4169012. OLE color: 4169012.

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

Color convert

RGB 52 157 63 -
CMYK 0.67 0 0.60 0.38
HSL 126.29º 0.5% 0.41% -
HSV(B) 126.29º 0.67% 0.62% -
XYZ 14.37 25.2 8.81 -
YUV 114.89 98.71 83.14 -
System Red Green Blue C M Y K H S L
Decimal 52 157 63 0.67 0 0.60 0.38 126.29 0.5 0.41
Hex 34 9D 3F 43 0 3C 26 7E 32 29
Octal 64 235 77 103 0 74 46 176 62 51
Binary 110100 10011101 111111 1000011 0 111100 100110 1111110 110010 101001

Color Harmonies of #349D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D3F

Black with #349D3F

Text Example


Text Example

White with #349D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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