#316146

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

Shades of Green Pea #316146

Tints of Green Pea #316146

Color information

#316146 (or 0x316146) is unknown color: approx Green Pea. HEX triplet: 31, 61 and 46. RGB value is (49,97,70). Sum of RGB (Red+Green+Blue) = 49+97+70=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #316146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316146 is #CE9EB9. Grayscale: #4F4F4F. Windows color (decimal): -13541050 or 4612401. OLE color: 4612401.

HSL color Cylindrical-coordinate representation of color #316146: hue angle of 146.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316146 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB499770-
CMYK0.4900.280.62
HSL146.25º32.88%28.63%-
HSV(B)146.25º49.48%38.04%-
XYZ6.659.647.31-
YUV79.57122.6106.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=22.69%
G=44.91%
B=32.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997700.4900.280.62146.2532.8828.63
Hex3161463101C3E92211d
Octal6114110661034762224135
Binary110001110000110001101100010111001111101001001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316146; }

 p { color: rgb(49,97,70); }

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

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

 a { background-color: rgb(49,97,70); }

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

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

 span { border-color: rgb(49,97,70); }

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