#316142

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

Shades of Green Pea #316142

Tints of Green Pea #316142

Color information

#316142 (or 0x316142) is unknown color: approx Green Pea. HEX triplet: 31, 61 and 42. RGB value is (49,97,66). Sum of RGB (Red+Green+Blue) = 49+97+66=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #316142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316142 is #CE9EBD. Grayscale: #4F4F4F. Windows color (decimal): -13541054 or 4350257. OLE color: 4350257.

HSL color Cylindrical-coordinate representation of color #316142: hue angle of 141.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 #316142 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB499766-
CMYK0.4900.320.62
HSL141.25º32.88%28.63%-
HSV(B)141.25º49.48%38.04%-
XYZ6.529.66.66-
YUV79.11120.6106.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=23.11%
G=45.75%
B=31.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997660.4900.320.62141.2532.8828.63
Hex316142310203E8d211d
Octal6114110261040762154135
Binary1100011100001100001011000101000001111101000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316142; }

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

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

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

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

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

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

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

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