Html Css Color HEX #316341 Green Pea

📋 copy color: '#316341'

red 49 ◦ green 99 ◦ blue 65

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

Shades of Green Pea #316341

Tints of Green Pea #316341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.48%

 BLUE value IS 65 (25.78% from 255) = 30.52%

R = 23%
G = 46.48%
B = 30.52%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#316341 (or 0x316341) is known color: Green Pea. HEX triplet: 31, 63 and 41. RGB value is (49,99,65). Sum of RGB (Red+Green+Blue) = 49+99+65=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #316341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316341 is #CE9CBE. Grayscale: #505050. Windows color (decimal): -13540543 or 4285233. OLE color: 4285233.

HSL color Cylindrical-coordinate representation of color #316341: hue angle of 139.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316341 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 65 -
CMYK 0.51 0 0.34 0.61
HSL 139.2º 0.34% 0.29% -
HSV(B) 139.2º 0.51% 0.39% -
XYZ 6.68 9.96 6.57 -
YUV 80.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 49 99 65 0.51 0 0.34 0.61 139.2 0.34 0.29
Hex 31 63 41 33 0 22 3D 8B 22 1D
Octal 61 143 101 63 0 42 75 213 42 35
Binary 110001 1100011 1000001 110011 0 100010 111101 10001011 100010 11101

Color Harmonies of #316341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316341

Black with #316341

Text Example


Text Example

White with #316341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316341; }

 p { color: rgb(49,99,65); }

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

background-color css

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

 a { background-color: rgb(49,99,65); }

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

border-color css

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

 span { border-color: rgb(49,99,65); }

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