#316549

Color #316549 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #316549

Tints of Green Pea #316549

Color information

#316549 (or 0x316549) is unknown color: approx Green Pea. HEX triplet: 31, 65 and 49. RGB value is (49,101,73). Sum of RGB (Red+Green+Blue) = 49+101+73=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #316549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316549 is #CE9AB6. Grayscale: #525252. Windows color (decimal): -13540023 or 4810033. OLE color: 4810033.

HSL color Cylindrical-coordinate representation of color #316549: hue angle of 147.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316549 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB4910173-
CMYK0.5100.280.60
HSL147.69º34.67%29.41%-
HSV(B)147.69º51.49%39.61%-
XYZ7.1210.447.94-
YUV82.26122.77104.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=21.97%
G=45.29%
B=32.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101730.5100.280.60147.6934.6729.41
Hex3165493301C3C94231d
Octal6114511163034742244335
Binary110001110010110010011100110111001111001001010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316549; }

 p { color: rgb(49,101,73); }

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

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

 a { background-color: rgb(49,101,73); }

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

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

 span { border-color: rgb(49,101,73); }

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