#316245

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

Shades of Green Pea #316245

Tints of Green Pea #316245

Color information

#316245 (or 0x316245) is unknown color: approx Green Pea. HEX triplet: 31, 62 and 45. RGB value is (49,98,69). Sum of RGB (Red+Green+Blue) = 49+98+69=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #316245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316245 is #CE9DBA. Grayscale: #505050. Windows color (decimal): -13540795 or 4547121. OLE color: 4547121.

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

Color convert

RGB499869-
CMYK0.500.300.62
HSL144.49º33.33%28.82%-
HSV(B)144.49º50%38.43%-
XYZ6.719.827.17-
YUV80.04121.77105.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=22.69%
G=45.37%
B=31.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998690.500.300.62144.4933.3328.82
Hex3162453201E3E90211d
Octal6114210562036762204135
Binary110001110001010001011100100111101111101001000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316245; }

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

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

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

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

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

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

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

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