#316C4A

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

Shades of Green Pea #316C4A

Tints of Green Pea #316C4A

Color information

#316C4A (or 0x316C4A) is unknown color: approx Green Pea. HEX triplet: 31, 6C and 4A. RGB value is (49,108,74). Sum of RGB (Red+Green+Blue) = 49+108+74=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 108 - color contains mainly: green. Hex color #316C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C4A is #CE93B5. Grayscale: #565656. Windows color (decimal): -13538230 or 4877361. OLE color: 4877361.

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

Color convert

RGB4910874-
CMYK0.5500.310.58
HSL145.42º37.58%30.78%-
HSV(B)145.42º54.63%42.35%-
XYZ7.8711.878.36-
YUV86.48120.95101.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=21.21%
G=46.75%
B=32.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108740.5500.310.58145.4237.5830.78
Hex316C4A3701F3A91261f
Octal6115411267037722214637
Binary110001110110010010101101110111111110101001000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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