Html Css Color HEX #315F37 Parsley

📋 copy color: '#315F37'

red 49 ◦ green 95 ◦ blue 55

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

Shades of Parsley #315F37

Tints of Parsley #315F37

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.74%

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

R = 24.62%
G = 47.74%
B = 27.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.63

RGB Variations

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

Color information

#315F37 (or 0x315F37) is known color: Parsley. HEX triplet: 31, 5F and 37. RGB value is (49,95,55). Sum of RGB (Red+Green+Blue) = 49+95+55=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #315F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F37 is #CEA0C8. Grayscale: #4C4C4C. Windows color (decimal): -13541577 or 3628849. OLE color: 3628849.

HSL color Cylindrical-coordinate representation of color #315F37: hue angle of 127.83º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F37 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 95 55 -
CMYK 0.48 0 0.42 0.63
HSL 127.83º 0.32% 0.28% -
HSV(B) 127.83º 0.48% 0.37% -
XYZ 6.05 9.11 5.05 -
YUV 76.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 49 95 55 0.48 0 0.42 0.63 127.83 0.32 0.28
Hex 31 5F 37 30 0 2A 3F 80 20 1C
Octal 61 137 67 60 0 52 77 200 40 34
Binary 110001 1011111 110111 110000 0 101010 111111 10000000 100000 11100

Color Harmonies of #315F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F37

Black with #315F37

Text Example


Text Example

White with #315F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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