#316B4B

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

Shades of Green Pea #316B4B

Tints of Green Pea #316B4B

Color information

#316B4B (or 0x316B4B) is unknown color: approx Green Pea. HEX triplet: 31, 6B and 4B. RGB value is (49,107,75). Sum of RGB (Red+Green+Blue) = 49+107+75=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #316B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B4B is #CE94B4. Grayscale: #565656. Windows color (decimal): -13538485 or 4942641. OLE color: 4942641.

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

Color convert

RGB4910775-
CMYK0.5400.300.58
HSL146.9º37.18%30.59%-
HSV(B)146.9º54.21%41.96%-
XYZ7.7911.688.5-
YUV86.01121.78101.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 107 (42.19% from 255) = 46.32%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=21.21%
G=46.32%
B=32.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107750.5400.300.58146.937.1830.59
Hex316B4B3601E3A93251f
Octal6115311366036722234537
Binary110001110101110010111101100111101110101001001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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