#32993C

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

Shades of Fruit Salad #32993C

Tints of Fruit Salad #32993C

Color information

#32993C (or 0x32993C) is unknown color: approx Fruit Salad. HEX triplet: 32, 99 and 3C. RGB value is (50,153,60). Sum of RGB (Red+Green+Blue) = 50+153+60=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #32993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32993C is #CD66C3. Grayscale: #6F6F6F. Windows color (decimal): -13461188 or 3971378. OLE color: 3971378.

HSL color Cylindrical-coordinate representation of color #32993C: hue angle of 125.83º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32993C is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB5015360-
CMYK0.6700.610.4
HSL125.83º50.74%39.8%-
HSV(B)125.83º67.32%60%-
XYZ13.5223.798.15-
YUV111.698.8884.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 153 (60.16% from 255) = 58.17%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=19.01%
G=58.17%
B=22.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50153600.6700.610.4125.8350.7439.8
Hex32993C4303D287e3328
Octal6223174103075501766350
Binary11001010011001111100100001101111011010001111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32993C; }

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

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

<style>
 a { background-color: #32993C; }

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

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

<style>
 span { border-color: #32993C; }

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

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