#316445

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

Shades of Green Pea #316445

Tints of Green Pea #316445

Color information

#316445 (or 0x316445) is unknown color: approx Green Pea. HEX triplet: 31, 64 and 45. RGB value is (49,100,69). Sum of RGB (Red+Green+Blue) = 49+100+69=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #316445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316445 is #CE9BBA. Grayscale: #515151. Windows color (decimal): -13540283 or 4547633. OLE color: 4547633.

HSL color Cylindrical-coordinate representation of color #316445: hue angle of 143.53º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316445 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB4910069-
CMYK0.5100.310.61
HSL143.53º34.23%29.22%-
HSV(B)143.53º51%39.22%-
XYZ6.910.27.23-
YUV81.22121.1105.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=22.48%
G=45.87%
B=31.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100690.5100.310.61143.5334.2329.22
Hex3164453301F3D90221d
Octal6114410563037752204235
Binary110001110010010001011100110111111111011001000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316445; }

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

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

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

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

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

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

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

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