Html Css Color HEX #32A53C Fruit Salad

📋 copy color: '#32A53C'

red 50 ◦ green 165 ◦ blue 60

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

Shades of Fruit Salad #32A53C

Tints of Fruit Salad #32A53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60%

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

R = 18.18%
G = 60%
B = 21.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#32A53C (or 0x32A53C) is known color: Fruit Salad. HEX triplet: 32, A5 and 3C. RGB value is (50,165,60). Sum of RGB (Red+Green+Blue) = 50+165+60=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #32A53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A53C is #CD5AC3. Grayscale: #767676. Windows color (decimal): -13458116 or 3974450. OLE color: 3974450.

HSL color Cylindrical-coordinate representation of color #32A53C: hue angle of 125.22º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A53C is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 50 165 60 -
CMYK 0.70 0 0.64 0.35
HSL 125.22º 0.53% 0.42% -
HSV(B) 125.22º 0.7% 0.65% -
XYZ 15.59 27.91 8.84 -
YUV 118.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 50 165 60 0.70 0 0.64 0.35 125.22 0.53 0.42
Hex 32 A5 3C 46 0 40 23 7D 35 2A
Octal 62 245 74 106 0 100 43 175 65 52
Binary 110010 10100101 111100 1000110 0 1000000 100011 1111101 110101 101010

Color Harmonies of #32A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A53C

Black with #32A53C

Text Example


Text Example

White with #32A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32A53C; }

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

 H1.HeaderClassName
 {
   color: #32A53C;
 }
 .AnyTagClassName
 {
   color: #32A53C;
 }
</style>

background-color css

<style>
 a { background-color: #32A53C; }

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

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

border-color css

<style>
 span { border-color: #32A53C; }

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

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