#316248

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

Shades of Green Pea #316248

Tints of Green Pea #316248

Color information

#316248 (or 0x316248) is unknown color: approx Green Pea. HEX triplet: 31, 62 and 48. RGB value is (49,98,72). Sum of RGB (Red+Green+Blue) = 49+98+72=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #316248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316248 is #CE9DB7. Grayscale: #505050. Windows color (decimal): -13540792 or 4743729. OLE color: 4743729.

HSL color Cylindrical-coordinate representation of color #316248: hue angle of 148.16º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316248 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB499872-
CMYK0.500.270.62
HSL148.16º33.33%28.82%-
HSV(B)148.16º50%38.43%-
XYZ6.89.867.67-
YUV80.38123.27105.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=22.37%
G=44.75%
B=32.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998720.500.270.62148.1633.3328.82
Hex3162483201B3E94211d
Octal6114211062033762244135
Binary110001110001010010001100100110111111101001010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316248; }

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

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

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

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

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

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

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

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