#316745

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

Shades of Green Pea #316745

Tints of Green Pea #316745

Color information

#316745 (or 0x316745) is unknown color: approx Green Pea. HEX triplet: 31, 67 and 45. RGB value is (49,103,69). Sum of RGB (Red+Green+Blue) = 49+103+69=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 103 - color contains mainly: green. Hex color #316745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316745 is #CE98BA. Grayscale: #535353. Windows color (decimal): -13539515 or 4548401. OLE color: 4548401.

HSL color Cylindrical-coordinate representation of color #316745: hue angle of 142.22º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316745 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB4910369-
CMYK0.5200.330.60
HSL142.22º35.53%29.8%-
HSV(B)142.22º52.43%40.39%-
XYZ7.1910.787.33-
YUV82.98120.11103.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 103 (40.62% from 255) = 46.61%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=22.17%
G=46.61%
B=31.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103690.5200.330.60142.2235.5329.8
Hex316745340213C8e241e
Octal6114710564041742164436
Binary1100011100111100010111010001000011111001000111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316745; }

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

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

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

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

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

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

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

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