Html Css Color HEX #316647 Green Pea

📋 copy color: '#316647'

red 49 ◦ green 102 ◦ blue 71

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

Shades of Green Pea #316647

Tints of Green Pea #316647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.95%

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

R = 22.07%
G = 45.95%
B = 31.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#316647 (or 0x316647) is known color: Green Pea. HEX triplet: 31, 66 and 47. RGB value is (49,102,71). Sum of RGB (Red+Green+Blue) = 49+102+71=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #316647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316647 is #CE99B8. Grayscale: #525252. Windows color (decimal): -13539769 or 4679217. OLE color: 4679217.

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

Color convert

RGB 49 102 71 -
CMYK 0.52 0 0.30 0.6
HSL 144.91º 0.35% 0.3% -
HSV(B) 144.91º 0.52% 0.4% -
XYZ 7.16 10.61 7.63 -
YUV 82.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 49 102 71 0.52 0 0.30 0.6 144.91 0.35 0.3
Hex 31 66 47 34 0 1E 3C 91 23 1E
Octal 61 146 107 64 0 36 74 221 43 36
Binary 110001 1100110 1000111 110100 0 11110 111100 10010001 100011 11110

Color Harmonies of #316647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316647

Black with #316647

Text Example


Text Example

White with #316647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316647; }

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

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

background-color css

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

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

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

border-color css

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

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

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