Html Css Color HEX #316142 Green Pea

📋 copy color: '#316142'

red 49 ◦ green 97 ◦ blue 66

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

Shades of Green Pea #316142

Tints of Green Pea #316142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 23.11%
G = 45.75%
B = 31.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#316142 (or 0x316142) is known color: Green Pea. HEX triplet: 31, 61 and 42. RGB value is (49,97,66). Sum of RGB (Red+Green+Blue) = 49+97+66=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #316142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316142 is #CE9EBD. Grayscale: #4F4F4F. Windows color (decimal): -13541054 or 4350257. OLE color: 4350257.

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

Color convert

RGB 49 97 66 -
CMYK 0.49 0 0.32 0.62
HSL 141.25º 0.33% 0.29% -
HSV(B) 141.25º 0.49% 0.38% -
XYZ 6.52 9.6 6.66 -
YUV 79.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 49 97 66 0.49 0 0.32 0.62 141.25 0.33 0.29
Hex 31 61 42 31 0 20 3E 8D 21 1D
Octal 61 141 102 61 0 40 76 215 41 35
Binary 110001 1100001 1000010 110001 0 100000 111110 10001101 100001 11101

Color Harmonies of #316142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316142

Black with #316142

Text Example


Text Example

White with #316142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316142; }

 p { color: rgb(49,97,66); }

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

background-color css

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

 a { background-color: rgb(49,97,66); }

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

border-color css

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

 span { border-color: rgb(49,97,66); }

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