Html Css Color HEX #316B46 Green Pea

📋 copy color: '#316B46'

red 49 ◦ green 107 ◦ blue 70

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

Shades of Green Pea #316B46

Tints of Green Pea #316B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

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

R = 21.68%
G = 47.35%
B = 30.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#316B46 (or 0x316B46) is known color: Green Pea. HEX triplet: 31, 6B and 46. RGB value is (49,107,70). Sum of RGB (Red+Green+Blue) = 49+107+70=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #316B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B46 is #CE94B9. Grayscale: #555555. Windows color (decimal): -13538490 or 4614961. OLE color: 4614961.

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

Color convert

RGB 49 107 70 -
CMYK 0.54 0 0.35 0.58
HSL 141.72º 0.37% 0.31% -
HSV(B) 141.72º 0.54% 0.42% -
XYZ 7.63 11.61 7.63 -
YUV 85.44 119.28 102.01 -
System Red Green Blue C M Y K H S L
Decimal 49 107 70 0.54 0 0.35 0.58 141.72 0.37 0.31
Hex 31 6B 46 36 0 23 3A 8E 25 1F
Octal 61 153 106 66 0 43 72 216 45 37
Binary 110001 1101011 1000110 110110 0 100011 111010 10001110 100101 11111

Color Harmonies of #316B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B46

Black with #316B46

Text Example


Text Example

White with #316B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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