#316B4A

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

Shades of Green Pea #316B4A

Tints of Green Pea #316B4A

Color information

#316B4A (or 0x316B4A) is unknown color: approx Green Pea. HEX triplet: 31, 6B and 4A. RGB value is (49,107,74). Sum of RGB (Red+Green+Blue) = 49+107+74=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 107 - color contains mainly: green. Hex color #316B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B4A is #CE94B5. Grayscale: #555555. Windows color (decimal): -13538486 or 4877105. OLE color: 4877105.

HSL color Cylindrical-coordinate representation of color #316B4A: hue angle of 145.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B4A is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB4910774-
CMYK0.5400.310.58
HSL145.86º37.18%30.59%-
HSV(B)145.86º54.21%41.96%-
XYZ7.7611.668.32-
YUV85.9121.28101.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=21.30%
G=46.52%
B=32.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107740.5400.310.58145.8637.1830.59
Hex316B4A3601F3A92251f
Octal6115311266037722224537
Binary110001110101110010101101100111111110101001001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B4A; }

 p { color: rgb(49,107,74); }

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

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

 a { background-color: rgb(49,107,74); }

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

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

 span { border-color: rgb(49,107,74); }

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