Html Css Color HEX #315634 Parsley

📋 copy color: '#315634'

red 49 ◦ green 86 ◦ blue 52

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

Shades of Parsley #315634

Tints of Parsley #315634

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.99%

 BLUE value IS 52 (20.7% from 255) = 27.81%

R = 26.2%
G = 45.99%
B = 27.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#315634 (or 0x315634) is known color: Parsley. HEX triplet: 31, 56 and 34. RGB value is (49,86,52). Sum of RGB (Red+Green+Blue) = 49+86+52=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #315634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315634 is #CEA9CB. Grayscale: #474747. Windows color (decimal): -13543884 or 3429937. OLE color: 3429937.

HSL color Cylindrical-coordinate representation of color #315634: hue angle of 124.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315634 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 52 -
CMYK 0.43 0 0.40 0.66
HSL 124.86º 0.27% 0.26% -
HSV(B) 124.86º 0.43% 0.34% -
XYZ 5.21 7.56 4.43 -
YUV 71.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 49 86 52 0.43 0 0.40 0.66 124.86 0.27 0.26
Hex 31 56 34 2B 0 28 42 7D 1B 1A
Octal 61 126 64 53 0 50 102 175 33 32
Binary 110001 1010110 110100 101011 0 101000 1000010 1111101 11011 11010

Color Harmonies of #315634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315634

Black with #315634

Text Example


Text Example

White with #315634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315634; }

 p { color: rgb(49,86,52); }

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

background-color css

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

 a { background-color: rgb(49,86,52); }

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

border-color css

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

 span { border-color: rgb(49,86,52); }

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