Html Css Color HEX #316249 Green Pea

📋 copy color: '#316249'

red 49 ◦ green 98 ◦ blue 73

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

Shades of Green Pea #316249

Tints of Green Pea #316249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.55%

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

R = 22.27%
G = 44.55%
B = 33.18%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#316249 (or 0x316249) is known color: Green Pea. HEX triplet: 31, 62 and 49. RGB value is (49,98,73). Sum of RGB (Red+Green+Blue) = 49+98+73=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #316249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316249 is #CE9DB6. Grayscale: #505050. Windows color (decimal): -13540791 or 4809265. OLE color: 4809265.

HSL color Cylindrical-coordinate representation of color #316249: hue angle of 149.39º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316249 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 73 -
CMYK 0.5 0 0.26 0.62
HSL 149.39º 0.33% 0.29% -
HSV(B) 149.39º 0.5% 0.38% -
XYZ 6.84 9.87 7.85 -
YUV 80.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 49 98 73 0.5 0 0.26 0.62 149.39 0.33 0.29
Hex 31 62 49 32 0 1A 3E 95 21 1D
Octal 61 142 111 62 0 32 76 225 41 35
Binary 110001 1100010 1001001 110010 0 11010 111110 10010101 100001 11101

Color Harmonies of #316249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316249

Black with #316249

Text Example


Text Example

White with #316249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316249; }

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

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

background-color css

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

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

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

border-color css

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

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

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