Html Css Color HEX #316047 Green Pea

📋 copy color: '#316047'

red 49 ◦ green 96 ◦ blue 71

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

Shades of Green Pea #316047

Tints of Green Pea #316047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

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

R = 22.69%
G = 44.44%
B = 32.87%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#316047 (or 0x316047) is known color: Green Pea. HEX triplet: 31, 60 and 47. RGB value is (49,96,71). Sum of RGB (Red+Green+Blue) = 49+96+71=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #316047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316047 is #CE9FB8. Grayscale: #4F4F4F. Windows color (decimal): -13541305 or 4677681. OLE color: 4677681.

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

Color convert

RGB 49 96 71 -
CMYK 0.49 0 0.26 0.62
HSL 148.09º 0.32% 0.28% -
HSV(B) 148.09º 0.49% 0.38% -
XYZ 6.59 9.47 7.44 -
YUV 79.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 49 96 71 0.49 0 0.26 0.62 148.09 0.32 0.28
Hex 31 60 47 31 0 1A 3E 94 20 1C
Octal 61 140 107 61 0 32 76 224 40 34
Binary 110001 1100000 1000111 110001 0 11010 111110 10010100 100000 11100

Color Harmonies of #316047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316047

Black with #316047

Text Example


Text Example

White with #316047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316047; }

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

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

background-color css

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

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

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

border-color css

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

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

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