#32973D

Color #32973D Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #32973D

Tints of Fruit Salad #32973D

Color information

#32973D (or 0x32973D) is unknown color: approx Fruit Salad. HEX triplet: 32, 97 and 3D. RGB value is (50,151,61). Sum of RGB (Red+Green+Blue) = 50+151+61=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #32973D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32973D is #CD68C2. Grayscale: #6E6E6E. Windows color (decimal): -13461699 or 4036402. OLE color: 4036402.

HSL color Cylindrical-coordinate representation of color #32973D: hue angle of 126.53º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32973D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.

Color convert

RGB5015161-
CMYK0.6700.600.41
HSL126.53º50.25%39.41%-
HSV(B)126.53º66.89%59.22%-
XYZ13.2223.158.19-
YUV110.54100.0484.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 151 (59.38% from 255) = 57.63%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=19.08%
G=57.63%
B=23.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50151610.6700.600.41126.5350.2539.41
Hex32973D4303C297f3227
Octal6222775103074511776247
Binary11001010010111111101100001101111001010011111111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32973D; }

 p { color: rgb(50,151,61); }

 H1.HeaderClassName
 {
   color: #32973D;
 }
 .AnyTagClassName
 {
   color: #32973D;
 }
</style>
background-color css

<style>
 a { background-color: #32973D; }

 a { background-color: rgb(50,151,61); }

 div.DivClassName
 {
   background-color: #32973D;
 }
 .BgClassName
 {
   background-color: #32973D;
 }
</style>
border-color css

<style>
 span { border-color: #32973D; }

 span { border-color: rgb(50,151,61); }

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