#316B45

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

Shades of Green Pea #316B45

Tints of Green Pea #316B45

Color information

#316B45 (or 0x316B45) is unknown color: approx Green Pea. HEX triplet: 31, 6B and 45. RGB value is (49,107,69). Sum of RGB (Red+Green+Blue) = 49+107+69=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #316B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B45 is #CE94BA. Grayscale: #555555. Windows color (decimal): -13538491 or 4549425. OLE color: 4549425.

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

Color convert

RGB4910769-
CMYK0.5400.360.58
HSL140.69º37.18%30.59%-
HSV(B)140.69º54.21%41.96%-
XYZ7.611.67.47-
YUV85.33118.78102.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=21.78%
G=47.56%
B=30.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107690.5400.360.58140.6937.1830.59
Hex316B45360243A8d251f
Octal6115310566044722154537
Binary1100011101011100010111011001001001110101000110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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