Html Css Color HEX #329F3F Fruit Salad

📋 copy color: '#329F3F'

red 50 ◦ green 159 ◦ blue 63

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

Shades of Fruit Salad #329F3F

Tints of Fruit Salad #329F3F

RGB

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

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

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

R = 18.38%
G = 58.46%
B = 23.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#329F3F (or 0x329F3F) is known color: Fruit Salad. HEX triplet: 32, 9F and 3F. RGB value is (50,159,63). Sum of RGB (Red+Green+Blue) = 50+159+63=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #329F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329F3F is #CD60C0. Grayscale: #737373. Windows color (decimal): -13459649 or 4169522. OLE color: 4169522.

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

Color convert

RGB 50 159 63 -
CMYK 0.69 0 0.60 0.38
HSL 127.16º 0.52% 0.41% -
HSV(B) 127.16º 0.69% 0.62% -
XYZ 14.61 25.83 8.92 -
YUV 115.47 98.39 81.31 -
System Red Green Blue C M Y K H S L
Decimal 50 159 63 0.69 0 0.60 0.38 127.16 0.52 0.41
Hex 32 9F 3F 45 0 3C 26 7F 34 29
Octal 62 237 77 105 0 74 46 177 64 51
Binary 110010 10011111 111111 1000101 0 111100 100110 1111111 110100 101001

Color Harmonies of #329F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F3F

Black with #329F3F

Text Example


Text Example

White with #329F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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