Html Css Color HEX #316549 Green Pea

📋 copy color: '#316549'

red 49 ◦ green 101 ◦ blue 73

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

Shades of Green Pea #316549

Tints of Green Pea #316549

RGB

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

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

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

R = 21.97%
G = 45.29%
B = 32.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#316549 (or 0x316549) is known color: Green Pea. HEX triplet: 31, 65 and 49. RGB value is (49,101,73). Sum of RGB (Red+Green+Blue) = 49+101+73=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #316549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316549 is #CE9AB6. Grayscale: #525252. Windows color (decimal): -13540023 or 4810033. OLE color: 4810033.

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

Color convert

RGB 49 101 73 -
CMYK 0.51 0 0.28 0.60
HSL 147.69º 0.35% 0.29% -
HSV(B) 147.69º 0.51% 0.4% -
XYZ 7.12 10.44 7.94 -
YUV 82.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 49 101 73 0.51 0 0.28 0.60 147.69 0.35 0.29
Hex 31 65 49 33 0 1C 3C 94 23 1D
Octal 61 145 111 63 0 34 74 224 43 35
Binary 110001 1100101 1001001 110011 0 11100 111100 10010100 100011 11101

Color Harmonies of #316549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316549

Black with #316549

Text Example


Text Example

White with #316549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316549; }

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

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

background-color css

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

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

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

border-color css

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

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

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