Html Css Color HEX #316244 Green Pea

📋 copy color: '#316244'

red 49 ◦ green 98 ◦ blue 68

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

Shades of Green Pea #316244

Tints of Green Pea #316244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 22.79%
G = 45.58%
B = 31.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#316244 (or 0x316244) is known color: Green Pea. HEX triplet: 31, 62 and 44. RGB value is (49,98,68). Sum of RGB (Red+Green+Blue) = 49+98+68=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #316244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316244 is #CE9DBB. Grayscale: #505050. Windows color (decimal): -13540796 or 4481585. OLE color: 4481585.

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

Color convert

RGB 49 98 68 -
CMYK 0.5 0 0.31 0.62
HSL 143.27º 0.33% 0.29% -
HSV(B) 143.27º 0.5% 0.38% -
XYZ 6.68 9.81 7.01 -
YUV 79.93 121.27 105.94 -
System Red Green Blue C M Y K H S L
Decimal 49 98 68 0.5 0 0.31 0.62 143.27 0.33 0.29
Hex 31 62 44 32 0 1F 3E 8F 21 1D
Octal 61 142 104 62 0 37 76 217 41 35
Binary 110001 1100010 1000100 110010 0 11111 111110 10001111 100001 11101

Color Harmonies of #316244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316244

Black with #316244

Text Example


Text Example

White with #316244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316244; }

 p { color: rgb(49,98,68); }

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

background-color css

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

 a { background-color: rgb(49,98,68); }

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

border-color css

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

 span { border-color: rgb(49,98,68); }

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