Html Css Color HEX #329D3C Fruit Salad

📋 copy color: '#329D3C'

red 50 ◦ green 157 ◦ blue 60

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

Shades of Fruit Salad #329D3C

Tints of Fruit Salad #329D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.47%

R = 18.73%
G = 58.8%
B = 22.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#329D3C (or 0x329D3C) is known color: Fruit Salad. HEX triplet: 32, 9D and 3C. RGB value is (50,157,60). Sum of RGB (Red+Green+Blue) = 50+157+60=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 157 (61.72% from 255 or 58.80% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 157 - color contains mainly: green. Hex color #329D3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329D3C is #CD62C3. Grayscale: #727272. Windows color (decimal): -13460164 or 3972402. OLE color: 3972402.

HSL color Cylindrical-coordinate representation of color #329D3C: hue angle of 125.61º 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 #329D3C is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 60 -
CMYK 0.68 0 0.62 0.38
HSL 125.61º 0.52% 0.41% -
HSV(B) 125.61º 0.68% 0.62% -
XYZ 14.19 25.12 8.38 -
YUV 113.95 97.55 82.39 -
System Red Green Blue C M Y K H S L
Decimal 50 157 60 0.68 0 0.62 0.38 125.61 0.52 0.41
Hex 32 9D 3C 44 0 3E 26 7E 34 29
Octal 62 235 74 104 0 76 46 176 64 51
Binary 110010 10011101 111100 1000100 0 111110 100110 1111110 110100 101001

Color Harmonies of #329D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D3C

Black with #329D3C

Text Example


Text Example

White with #329D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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