#31644A

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

Shades of Green Pea #31644A

Tints of Green Pea #31644A

Color information

#31644A (or 0x31644A) is unknown color: approx Green Pea. HEX triplet: 31, 64 and 4A. RGB value is (49,100,74). Sum of RGB (Red+Green+Blue) = 49+100+74=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #31644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31644A is #CE9BB5. Grayscale: #515151. Windows color (decimal): -13540278 or 4875313. OLE color: 4875313.

HSL color Cylindrical-coordinate representation of color #31644A: hue angle of 149.41º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31644A is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB4910074-
CMYK0.5100.260.61
HSL149.41º34.23%29.22%-
HSV(B)149.41º51%39.22%-
XYZ7.0610.268.09-
YUV81.79123.6104.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=21.97%
G=44.84%
B=33.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100740.5100.260.61149.4134.2329.22
Hex31644A3301A3D95221d
Octal6114411263032752254235
Binary110001110010010010101100110110101111011001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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