#316042

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

Shades of Green Pea #316042

Tints of Green Pea #316042

Color information

#316042 (or 0x316042) is unknown color: approx Green Pea. HEX triplet: 31, 60 and 42. RGB value is (49,96,66). Sum of RGB (Red+Green+Blue) = 49+96+66=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #316042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316042 is #CE9FBD. Grayscale: #4E4E4E. Windows color (decimal): -13541310 or 4350001. OLE color: 4350001.

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

Color convert

RGB499666-
CMYK0.4900.310.62
HSL141.7º32.41%28.43%-
HSV(B)141.7º48.96%37.65%-
XYZ6.439.416.63-
YUV78.53120.93106.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=23.22%
G=45.50%
B=31.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996660.4900.310.62141.732.4128.43
Hex3160423101F3E8e201c
Octal6114010261037762164034
Binary110001110000010000101100010111111111101000111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316042; }

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

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

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

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

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

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

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

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