#316244

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

Shades of Green Pea #316244

Tints of Green Pea #316244

Color information

#316244 (or 0x316244) is unknown color: approx Green Pea. HEX triplet: 31, 62 and 44. RGB value is (49,98,68). Sum of RGB (Red+Green+Blue) = 49+98+68=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #316244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316244 is #CE9DBB. Grayscale: #505050. Windows color (decimal): -13540796 or 4481585. OLE color: 4481585.

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

Color convert

RGB499868-
CMYK0.500.310.62
HSL143.27º33.33%28.82%-
HSV(B)143.27º50%38.43%-
XYZ6.689.817.01-
YUV79.93121.27105.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 68 (26.95% from 255) = 31.63%
R=22.79%
G=45.58%
B=31.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998680.500.310.62143.2733.3328.82
Hex3162443201F3E8f211d
Octal6114210462037762174135
Binary110001110001010001001100100111111111101000111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316244; }

 p { color: rgb(49,98,68); }

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

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

 a { background-color: rgb(49,98,68); }

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

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

 span { border-color: rgb(49,98,68); }

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