#316047

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

Shades of Green Pea #316047

Tints of Green Pea #316047

Color information

#316047 (or 0x316047) is unknown color: approx Green Pea. HEX triplet: 31, 60 and 47. RGB value is (49,96,71). Sum of RGB (Red+Green+Blue) = 49+96+71=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #316047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316047 is #CE9FB8. Grayscale: #4F4F4F. Windows color (decimal): -13541305 or 4677681. OLE color: 4677681.

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

Color convert

RGB499671-
CMYK0.4900.260.62
HSL148.09º32.41%28.43%-
HSV(B)148.09º48.96%37.65%-
XYZ6.599.477.44-
YUV79.1123.43106.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 71 (28.12% from 255) = 32.87%
R=22.69%
G=44.44%
B=32.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996710.4900.260.62148.0932.4128.43
Hex3160473101A3E94201c
Octal6114010761032762244034
Binary110001110000010001111100010110101111101001010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316047; }

 p { color: rgb(49,96,71); }

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

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

 a { background-color: rgb(49,96,71); }

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

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

 span { border-color: rgb(49,96,71); }

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