Html Css Color HEX #31684A Green Pea

📋 copy color: '#31684A'

red 49 ◦ green 104 ◦ blue 74

#31684A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #31684A

Tints of Green Pea #31684A

RGB

 RED value IS 49 (19.53% from 255) = 21.59%

 GREEN value IS 104 (41.02% from 255) = 45.81%

 BLUE value IS 74 (29.3% from 255) = 32.6%

R = 21.59%
G = 45.81%
B = 32.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#31684A (or 0x31684A) is known color: Green Pea. HEX triplet: 31, 68 and 4A. RGB value is (49,104,74). Sum of RGB (Red+Green+Blue) = 49+104+74=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #31684A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31684A is #CE97B5. Grayscale: #545454. Windows color (decimal): -13539254 or 4876337. OLE color: 4876337.

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

Color convert

RGB 49 104 74 -
CMYK 0.53 0 0.29 0.59
HSL 147.27º 0.36% 0.3% -
HSV(B) 147.27º 0.53% 0.41% -
XYZ 7.45 11.05 8.22 -
YUV 84.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 49 104 74 0.53 0 0.29 0.59 147.27 0.36 0.3
Hex 31 68 4A 35 0 1D 3B 93 24 1E
Octal 61 150 112 65 0 35 73 223 44 36
Binary 110001 1101000 1001010 110101 0 11101 111011 10010011 100100 11110

Color Harmonies of #31684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31684A

Black with #31684A

Text Example


Text Example

White with #31684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31684A;
 }
 .AnyTagClassName
 {
   color: #31684A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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