Html Css Color HEX #316346 Green Pea

📋 copy color: '#316346'

red 49 ◦ green 99 ◦ blue 70

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

Shades of Green Pea #316346

Tints of Green Pea #316346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

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

R = 22.48%
G = 45.41%
B = 32.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#316346 (or 0x316346) is known color: Green Pea. HEX triplet: 31, 63 and 46. RGB value is (49,99,70). Sum of RGB (Red+Green+Blue) = 49+99+70=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #316346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316346 is #CE9CB9. Grayscale: #505050. Windows color (decimal): -13540538 or 4612913. OLE color: 4612913.

HSL color Cylindrical-coordinate representation of color #316346: hue angle of 145.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316346 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 70 -
CMYK 0.51 0 0.29 0.61
HSL 145.2º 0.34% 0.29% -
HSV(B) 145.2º 0.51% 0.39% -
XYZ 6.83 10.02 7.37 -
YUV 80.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 49 99 70 0.51 0 0.29 0.61 145.2 0.34 0.29
Hex 31 63 46 33 0 1D 3D 91 22 1D
Octal 61 143 106 63 0 35 75 221 42 35
Binary 110001 1100011 1000110 110011 0 11101 111101 10010001 100010 11101

Color Harmonies of #316346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316346

Black with #316346

Text Example


Text Example

White with #316346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316346; }

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

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

background-color css

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

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

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

border-color css

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

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

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