Html Css Color HEX #329D3F Fruit Salad

📋 copy color: '#329D3F'

red 50 ◦ green 157 ◦ blue 63

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

Shades of Fruit Salad #329D3F

Tints of Fruit Salad #329D3F

RGB

 RED value IS 50 (19.92% from 255) = 18.52%

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

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

R = 18.52%
G = 58.15%
B = 23.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#329D3F (or 0x329D3F) is known color: Fruit Salad. HEX triplet: 32, 9D and 3F. RGB value is (50,157,63). Sum of RGB (Red+Green+Blue) = 50+157+63=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #329D3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D3F is #CD62C0. Grayscale: #727272. Windows color (decimal): -13460161 or 4169010. OLE color: 4169010.

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

Color convert

RGB 50 157 63 -
CMYK 0.68 0 0.60 0.38
HSL 127.29º 0.52% 0.41% -
HSV(B) 127.29º 0.68% 0.62% -
XYZ 14.27 25.15 8.81 -
YUV 114.29 99.05 82.14 -
System Red Green Blue C M Y K H S L
Decimal 50 157 63 0.68 0 0.60 0.38 127.29 0.52 0.41
Hex 32 9D 3F 44 0 3C 26 7F 34 29
Octal 62 235 77 104 0 74 46 177 64 51
Binary 110010 10011101 111111 1000100 0 111100 100110 1111111 110100 101001

Color Harmonies of #329D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D3F

Black with #329D3F

Text Example


Text Example

White with #329D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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