Html Css Color HEX #316646 Green Pea

📋 copy color: '#316646'

red 49 ◦ green 102 ◦ blue 70

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

Shades of Green Pea #316646

Tints of Green Pea #316646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.15%

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

R = 22.17%
G = 46.15%
B = 31.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#316646 (or 0x316646) is known color: Green Pea. HEX triplet: 31, 66 and 46. RGB value is (49,102,70). Sum of RGB (Red+Green+Blue) = 49+102+70=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #316646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316646 is #CE99B9. Grayscale: #525252. Windows color (decimal): -13539770 or 4613681. OLE color: 4613681.

HSL color Cylindrical-coordinate representation of color #316646: hue angle of 143.77º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316646 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 70 -
CMYK 0.52 0 0.31 0.6
HSL 143.77º 0.35% 0.3% -
HSV(B) 143.77º 0.52% 0.4% -
XYZ 7.12 10.6 7.46 -
YUV 82.51 120.94 104.1 -
System Red Green Blue C M Y K H S L
Decimal 49 102 70 0.52 0 0.31 0.6 143.77 0.35 0.3
Hex 31 66 46 34 0 1F 3C 90 23 1E
Octal 61 146 106 64 0 37 74 220 43 36
Binary 110001 1100110 1000110 110100 0 11111 111100 10010000 100011 11110

Color Harmonies of #316646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316646

Black with #316646

Text Example


Text Example

White with #316646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316646; }

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

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

background-color css

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

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

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

border-color css

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

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

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