#31684C

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

Shades of Green Pea #31684C

Tints of Green Pea #31684C

Color information

#31684C (or 0x31684C) is unknown color: approx Green Pea. HEX triplet: 31, 68 and 4C. RGB value is (49,104,76). Sum of RGB (Red+Green+Blue) = 49+104+76=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #31684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31684C is #CE97B3. Grayscale: #545454. Windows color (decimal): -13539252 or 5007409. OLE color: 5007409.

HSL color Cylindrical-coordinate representation of color #31684C: hue angle of 149.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31684C is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB4910476-
CMYK0.5300.270.59
HSL149.45º35.95%30%-
HSV(B)149.45º52.88%40.78%-
XYZ7.5211.088.58-
YUV84.36123.28102.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=21.40%
G=45.41%
B=33.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104760.5300.270.59149.4535.9530
Hex31684C3501B3B95241e
Octal6115011465033732254436
Binary110001110100010011001101010110111110111001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31684C; }

 p { color: rgb(49,104,76); }

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

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

 a { background-color: rgb(49,104,76); }

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

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

 span { border-color: rgb(49,104,76); }

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