Html Css Color HEX #316849 Green Pea

📋 copy color: '#316849'

red 49 ◦ green 104 ◦ blue 73

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

Shades of Green Pea #316849

Tints of Green Pea #316849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.3%

R = 21.68%
G = 46.02%
B = 32.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#316849 (or 0x316849) is known color: Green Pea. HEX triplet: 31, 68 and 49. RGB value is (49,104,73). Sum of RGB (Red+Green+Blue) = 49+104+73=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #316849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316849 is #CE97B6. Grayscale: #545454. Windows color (decimal): -13539255 or 4810801. OLE color: 4810801.

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

Color convert

RGB 49 104 73 -
CMYK 0.53 0 0.30 0.59
HSL 146.18º 0.36% 0.3% -
HSV(B) 146.18º 0.53% 0.41% -
XYZ 7.42 11.03 8.04 -
YUV 84.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 49 104 73 0.53 0 0.30 0.59 146.18 0.36 0.3
Hex 31 68 49 35 0 1E 3B 92 24 1E
Octal 61 150 111 65 0 36 73 222 44 36
Binary 110001 1101000 1001001 110101 0 11110 111011 10010010 100100 11110

Color Harmonies of #316849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316849

Black with #316849

Text Example


Text Example

White with #316849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316849; }

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

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

background-color css

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

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

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

border-color css

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

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

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