Html Css Color HEX #316C46 Green Pea

📋 copy color: '#316C46'

red 49 ◦ green 108 ◦ blue 70

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

Shades of Green Pea #316C46

Tints of Green Pea #316C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.58%

 BLUE value IS 70 (27.73% from 255) = 30.84%

R = 21.59%
G = 47.58%
B = 30.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#316C46 (or 0x316C46) is known color: Green Pea. HEX triplet: 31, 6C and 46. RGB value is (49,108,70). Sum of RGB (Red+Green+Blue) = 49+108+70=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #316C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C46 is #CE93B9. Grayscale: #565656. Windows color (decimal): -13538234 or 4615217. OLE color: 4615217.

HSL color Cylindrical-coordinate representation of color #316C46: hue angle of 141.36º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C46 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 108 70 -
CMYK 0.55 0 0.35 0.58
HSL 141.36º 0.38% 0.31% -
HSV(B) 141.36º 0.55% 0.42% -
XYZ 7.73 11.82 7.67 -
YUV 86.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 49 108 70 0.55 0 0.35 0.58 141.36 0.38 0.31
Hex 31 6C 46 37 0 23 3A 8D 26 1F
Octal 61 154 106 67 0 43 72 215 46 37
Binary 110001 1101100 1000110 110111 0 100011 111010 10001101 100110 11111

Color Harmonies of #316C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C46

Black with #316C46

Text Example


Text Example

White with #316C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316C46; }

 p { color: rgb(49,108,70); }

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

background-color css

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

 a { background-color: rgb(49,108,70); }

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

border-color css

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

 span { border-color: rgb(49,108,70); }

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