#31694C

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

Shades of Green Pea #31694C

Tints of Green Pea #31694C

Color information

#31694C (or 0x31694C) is unknown color: approx Green Pea. HEX triplet: 31, 69 and 4C. RGB value is (49,105,76). Sum of RGB (Red+Green+Blue) = 49+105+76=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 105 - color contains mainly: green. Hex color #31694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31694C is #CE96B3. Grayscale: #555555. Windows color (decimal): -13538996 or 5007665. OLE color: 5007665.

HSL color Cylindrical-coordinate representation of color #31694C: hue angle of 148.93º 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 #31694C is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB4910576-
CMYK0.5300.280.59
HSL148.93º36.36%30.2%-
HSV(B)148.93º53.33%41.18%-
XYZ7.6211.288.61-
YUV84.95122.95102.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 105 (41.41% from 255) = 45.65%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=21.30%
G=45.65%
B=33.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105760.5300.280.59148.9336.3630.2
Hex31694C3501C3B95241e
Octal6115111465034732254436
Binary110001110100110011001101010111001110111001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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