#316748

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

Shades of Green Pea #316748

Tints of Green Pea #316748

Color information

#316748 (or 0x316748) is unknown color: approx Green Pea. HEX triplet: 31, 67 and 48. RGB value is (49,103,72). Sum of RGB (Red+Green+Blue) = 49+103+72=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #316748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316748 is #CE98B7. Grayscale: #535353. Windows color (decimal): -13539512 or 4745009. OLE color: 4745009.

HSL color Cylindrical-coordinate representation of color #316748: hue angle of 145.56º 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 #316748 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB4910372-
CMYK0.5200.300.60
HSL145.56º35.53%29.8%-
HSV(B)145.56º52.43%40.39%-
XYZ7.2910.827.84-
YUV83.32121.61103.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=21.88%
G=45.98%
B=32.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103720.5200.300.60145.5635.5329.8
Hex3167483401E3C92241e
Octal6114711064036742224436
Binary110001110011110010001101000111101111001001001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316748; }

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

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

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

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

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

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

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

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