#316C4C

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

Shades of Green Pea #316C4C

Tints of Green Pea #316C4C

Color information

#316C4C (or 0x316C4C) is unknown color: approx Green Pea. HEX triplet: 31, 6C and 4C. RGB value is (49,108,76). Sum of RGB (Red+Green+Blue) = 49+108+76=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #316C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C4C is #CE93B3. Grayscale: #565656. Windows color (decimal): -13538228 or 5008433. OLE color: 5008433.

HSL color Cylindrical-coordinate representation of color #316C4C: hue angle of 147.46º 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 #316C4C is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB4910876-
CMYK0.5500.300.58
HSL147.46º37.58%30.78%-
HSV(B)147.46º54.63%42.35%-
XYZ7.9311.98.72-
YUV86.71121.95101.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=21.03%
G=46.35%
B=32.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108760.5500.300.58147.4637.5830.78
Hex316C4C3701E3A93261f
Octal6115411467036722234637
Binary110001110110010011001101110111101110101001001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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