#319E3C

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

Shades of Fruit Salad #319E3C

Tints of Fruit Salad #319E3C

Color information

#319E3C (or 0x319E3C) is unknown color: approx Fruit Salad. HEX triplet: 31, 9E and 3C. RGB value is (49,158,60). Sum of RGB (Red+Green+Blue) = 49+158+60=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 158 (62.11% from 255 or 59.18% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 158 - color contains mainly: green. Hex color #319E3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E3C is #CE61C3. Grayscale: #727272. Windows color (decimal): -13525444 or 3972657. OLE color: 3972657.

HSL color Cylindrical-coordinate representation of color #319E3C: hue angle of 126.06º degrees, saturation: 0.53, 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 #319E3C is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB4915860-
CMYK0.6900.620.38
HSL126.06º52.66%40.59%-
HSV(B)126.06º68.99%61.96%-
XYZ14.3125.438.43-
YUV114.2497.3981.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 158 (62.11% from 255) = 59.18%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=18.35%
G=59.18%
B=22.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158600.6900.620.38126.0652.6640.59
Hex319E3C4503E267e3529
Octal6123674105076461766551
Binary11000110011110111100100010101111101001101111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319E3C; }

 p { color: rgb(49,158,60); }

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

<style>
 a { background-color: #319E3C; }

 a { background-color: rgb(49,158,60); }

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

<style>
 span { border-color: #319E3C; }

 span { border-color: rgb(49,158,60); }

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