Html Css Color HEX #316547 Green Pea

📋 copy color: '#316547'

red 49 ◦ green 101 ◦ blue 71

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

Shades of Green Pea #316547

Tints of Green Pea #316547

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.7%

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

R = 22.17%
G = 45.7%
B = 32.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#316547 (or 0x316547) is known color: Green Pea. HEX triplet: 31, 65 and 47. RGB value is (49,101,71). Sum of RGB (Red+Green+Blue) = 49+101+71=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #316547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316547 is #CE9AB8. Grayscale: #525252. Windows color (decimal): -13540025 or 4678961. OLE color: 4678961.

HSL color Cylindrical-coordinate representation of color #316547: hue angle of 145.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316547 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 71 -
CMYK 0.51 0 0.30 0.60
HSL 145.38º 0.35% 0.29% -
HSV(B) 145.38º 0.51% 0.4% -
XYZ 7.06 10.42 7.6 -
YUV 82.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 49 101 71 0.51 0 0.30 0.60 145.38 0.35 0.29
Hex 31 65 47 33 0 1E 3C 91 23 1D
Octal 61 145 107 63 0 36 74 221 43 35
Binary 110001 1100101 1000111 110011 0 11110 111100 10010001 100011 11101

Color Harmonies of #316547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316547

Black with #316547

Text Example


Text Example

White with #316547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316547; }

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

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

background-color css

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

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

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

border-color css

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

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

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