#316043

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

Shades of Green Pea #316043

Tints of Green Pea #316043

Color information

#316043 (or 0x316043) is unknown color: approx Green Pea. HEX triplet: 31, 60 and 43. RGB value is (49,96,67). Sum of RGB (Red+Green+Blue) = 49+96+67=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #316043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316043 is #CE9FBC. Grayscale: #4E4E4E. Windows color (decimal): -13541309 or 4415537. OLE color: 4415537.

HSL color Cylindrical-coordinate representation of color #316043: hue angle of 142.98º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316043 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB499667-
CMYK0.4900.300.62
HSL142.98º32.41%28.43%-
HSV(B)142.98º48.96%37.65%-
XYZ6.469.426.79-
YUV78.64121.43106.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=23.11%
G=45.28%
B=31.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996670.4900.300.62142.9832.4128.43
Hex3160433101E3E8f201c
Octal6114010361036762174034
Binary110001110000010000111100010111101111101000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316043; }

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

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

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

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

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

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

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

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