Html Css Color HEX #316337 Parsley

📋 copy color: '#316337'

red 49 ◦ green 99 ◦ blue 55

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

Shades of Parsley #316337

Tints of Parsley #316337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.09%

R = 24.14%
G = 48.77%
B = 27.09%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#316337 (or 0x316337) is known color: Parsley. HEX triplet: 31, 63 and 37. RGB value is (49,99,55). Sum of RGB (Red+Green+Blue) = 49+99+55=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #316337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316337 is #CE9CC8. Grayscale: #4F4F4F. Windows color (decimal): -13540553 or 3629873. OLE color: 3629873.

HSL color Cylindrical-coordinate representation of color #316337: hue angle of 127.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 #316337 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 55 -
CMYK 0.51 0 0.44 0.61
HSL 127.2º 0.34% 0.29% -
HSV(B) 127.2º 0.51% 0.39% -
XYZ 6.42 9.85 5.18 -
YUV 79.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 49 99 55 0.51 0 0.44 0.61 127.2 0.34 0.29
Hex 31 63 37 33 0 2C 3D 7F 22 1D
Octal 61 143 67 63 0 54 75 177 42 35
Binary 110001 1100011 110111 110011 0 101100 111101 1111111 100010 11101

Color Harmonies of #316337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316337

Black with #316337

Text Example


Text Example

White with #316337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316337; }

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

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

background-color css

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

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

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

border-color css

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

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

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