Html Css Color HEX #316535 Parsley

📋 copy color: '#316535'

red 49 ◦ green 101 ◦ blue 53

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

Shades of Parsley #316535

Tints of Parsley #316535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.75%

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 24.14%
G = 49.75%
B = 26.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.60

RGB Variations

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

Color information

#316535 (or 0x316535) is known color: Parsley. HEX triplet: 31, 65 and 35. RGB value is (49,101,53). Sum of RGB (Red+Green+Blue) = 49+101+53=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #316535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316535 is #CE9ACA. Grayscale: #505050. Windows color (decimal): -13540043 or 3499313. OLE color: 3499313.

HSL color Cylindrical-coordinate representation of color #316535: hue angle of 124.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316535 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 53 -
CMYK 0.51 0 0.48 0.60
HSL 124.62º 0.35% 0.29% -
HSV(B) 124.62º 0.51% 0.4% -
XYZ 6.56 10.22 4.99 -
YUV 79.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 49 101 53 0.51 0 0.48 0.60 124.62 0.35 0.29
Hex 31 65 35 33 0 30 3C 7D 23 1D
Octal 61 145 65 63 0 60 74 175 43 35
Binary 110001 1100101 110101 110011 0 110000 111100 1111101 100011 11101

Color Harmonies of #316535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316535

Black with #316535

Text Example


Text Example

White with #316535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316535; }

 p { color: rgb(49,101,53); }

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

background-color css

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

 a { background-color: rgb(49,101,53); }

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

border-color css

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

 span { border-color: rgb(49,101,53); }

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