#316442

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

Shades of Green Pea #316442

Tints of Green Pea #316442

Color information

#316442 (or 0x316442) is unknown color: approx Green Pea. HEX triplet: 31, 64 and 42. RGB value is (49,100,66). Sum of RGB (Red+Green+Blue) = 49+100+66=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #316442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316442 is #CE9BBD. Grayscale: #505050. Windows color (decimal): -13540286 or 4351025. OLE color: 4351025.

HSL color Cylindrical-coordinate representation of color #316442: hue angle of 140º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316442 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB4910066-
CMYK0.5100.340.61
HSL140º34.23%29.22%-
HSV(B)140º51%39.22%-
XYZ6.8110.166.76-
YUV80.88119.6105.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=22.79%
G=46.51%
B=30.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100660.5100.340.6114034.2329.22
Hex316442330223D8c221d
Octal6114410263042752144235
Binary1100011100100100001011001101000101111011000110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316442; }

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

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

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

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

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

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

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

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