Html Css Color HEX #316447 Green Pea

📋 copy color: '#316447'

red 49 ◦ green 100 ◦ blue 71

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

Shades of Green Pea #316447

Tints of Green Pea #316447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 22.27%
G = 45.45%
B = 32.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#316447 (or 0x316447) is known color: Green Pea. HEX triplet: 31, 64 and 47. RGB value is (49,100,71). Sum of RGB (Red+Green+Blue) = 49+100+71=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #316447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316447 is #CE9BB8. Grayscale: #515151. Windows color (decimal): -13540281 or 4678705. OLE color: 4678705.

HSL color Cylindrical-coordinate representation of color #316447: hue angle of 145.88º 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 #316447 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 71 -
CMYK 0.51 0 0.29 0.61
HSL 145.88º 0.34% 0.29% -
HSV(B) 145.88º 0.51% 0.39% -
XYZ 6.96 10.22 7.57 -
YUV 81.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 49 100 71 0.51 0 0.29 0.61 145.88 0.34 0.29
Hex 31 64 47 33 0 1D 3D 92 22 1D
Octal 61 144 107 63 0 35 75 222 42 35
Binary 110001 1100100 1000111 110011 0 11101 111101 10010010 100010 11101

Color Harmonies of #316447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316447

Black with #316447

Text Example


Text Example

White with #316447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316447; }

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

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

background-color css

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

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

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

border-color css

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

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

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