Html Css Color HEX #316046 Green Pea

📋 copy color: '#316046'

red 49 ◦ green 96 ◦ blue 70

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

Shades of Green Pea #316046

Tints of Green Pea #316046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

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

R = 22.79%
G = 44.65%
B = 32.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#316046 (or 0x316046) is known color: Green Pea. HEX triplet: 31, 60 and 46. RGB value is (49,96,70). Sum of RGB (Red+Green+Blue) = 49+96+70=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #316046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316046 is #CE9FB9. Grayscale: #4F4F4F. Windows color (decimal): -13541306 or 4612145. OLE color: 4612145.

HSL color Cylindrical-coordinate representation of color #316046: hue angle of 146.81º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316046 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 70 -
CMYK 0.49 0 0.27 0.62
HSL 146.81º 0.32% 0.28% -
HSV(B) 146.81º 0.49% 0.38% -
XYZ 6.55 9.46 7.28 -
YUV 78.98 122.93 106.61 -
System Red Green Blue C M Y K H S L
Decimal 49 96 70 0.49 0 0.27 0.62 146.81 0.32 0.28
Hex 31 60 46 31 0 1B 3E 93 20 1C
Octal 61 140 106 61 0 33 76 223 40 34
Binary 110001 1100000 1000110 110001 0 11011 111110 10010011 100000 11100

Color Harmonies of #316046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316046

Black with #316046

Text Example


Text Example

White with #316046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316046; }

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

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

background-color css

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

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

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

border-color css

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

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

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