Html Css Color HEX #329F3C Fruit Salad

📋 copy color: '#329F3C'

red 50 ◦ green 159 ◦ blue 60

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

Shades of Fruit Salad #329F3C

Tints of Fruit Salad #329F3C

RGB

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

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

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

R = 18.59%
G = 59.11%
B = 22.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#329F3C (or 0x329F3C) is known color: Fruit Salad. HEX triplet: 32, 9F and 3C. RGB value is (50,159,60). Sum of RGB (Red+Green+Blue) = 50+159+60=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #329F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F3C is #CD60C3. Grayscale: #737373. Windows color (decimal): -13459652 or 3972914. OLE color: 3972914.

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

Color convert

RGB 50 159 60 -
CMYK 0.69 0 0.62 0.38
HSL 125.5º 0.52% 0.41% -
HSV(B) 125.5º 0.69% 0.62% -
XYZ 14.53 25.8 8.49 -
YUV 115.12 96.89 81.55 -
System Red Green Blue C M Y K H S L
Decimal 50 159 60 0.69 0 0.62 0.38 125.5 0.52 0.41
Hex 32 9F 3C 45 0 3E 26 7E 34 29
Octal 62 237 74 105 0 76 46 176 64 51
Binary 110010 10011111 111100 1000101 0 111110 100110 1111110 110100 101001

Color Harmonies of #329F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F3C

Black with #329F3C

Text Example


Text Example

White with #329F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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