#316344

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

Shades of Green Pea #316344

Tints of Green Pea #316344

Color information

#316344 (or 0x316344) is unknown color: approx Green Pea. HEX triplet: 31, 63 and 44. RGB value is (49,99,68). Sum of RGB (Red+Green+Blue) = 49+99+68=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #316344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316344 is #CE9CBB. Grayscale: #505050. Windows color (decimal): -13540540 or 4481841. OLE color: 4481841.

HSL color Cylindrical-coordinate representation of color #316344: hue angle of 142.8º 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 #316344 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB499968-
CMYK0.5100.310.61
HSL142.8º33.78%29.02%-
HSV(B)142.8º50.51%38.82%-
XYZ6.779.997.04-
YUV80.52120.94105.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=22.69%
G=45.83%
B=31.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999680.5100.310.61142.833.7829.02
Hex3163443301F3D8f221d
Octal6114310463037752174235
Binary110001110001110001001100110111111111011000111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316344; }

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

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

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

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

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

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

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

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