#31654A

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

Shades of Green Pea #31654A

Tints of Green Pea #31654A

Color information

#31654A (or 0x31654A) is unknown color: approx Green Pea. HEX triplet: 31, 65 and 4A. RGB value is (49,101,74). Sum of RGB (Red+Green+Blue) = 49+101+74=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #31654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31654A is #CE9AB5. Grayscale: #525252. Windows color (decimal): -13540022 or 4875569. OLE color: 4875569.

HSL color Cylindrical-coordinate representation of color #31654A: hue angle of 148.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31654A is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB4910174-
CMYK0.5100.270.60
HSL148.85º34.67%29.41%-
HSV(B)148.85º51.49%39.61%-
XYZ7.1610.458.12-
YUV82.37123.27104.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=21.88%
G=45.09%
B=33.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101740.5100.270.60148.8534.6729.41
Hex31654A3301B3C95231d
Octal6114511263033742254335
Binary110001110010110010101100110110111111001001010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31654A; }

 p { color: rgb(49,101,74); }

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

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

 a { background-color: rgb(49,101,74); }

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

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

 span { border-color: rgb(49,101,74); }

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