#316343

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

Shades of Green Pea #316343

Tints of Green Pea #316343

Color information

#316343 (or 0x316343) is unknown color: approx Green Pea. HEX triplet: 31, 63 and 43. RGB value is (49,99,67). Sum of RGB (Red+Green+Blue) = 49+99+67=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #316343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316343 is #CE9CBC. Grayscale: #505050. Windows color (decimal): -13540541 or 4416305. OLE color: 4416305.

HSL color Cylindrical-coordinate representation of color #316343: hue angle of 141.6º 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 #316343 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB499967-
CMYK0.5100.320.61
HSL141.6º33.78%29.02%-
HSV(B)141.6º50.51%38.82%-
XYZ6.749.986.88-
YUV80.4120.44105.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=22.79%
G=46.05%
B=31.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999670.5100.320.61141.633.7829.02
Hex316343330203D8e221d
Octal6114310363040752164235
Binary1100011100011100001111001101000001111011000111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316343; }

 p { color: rgb(49,99,67); }

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

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

 a { background-color: rgb(49,99,67); }

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

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

 span { border-color: rgb(49,99,67); }

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