Html Css Color HEX #31542F Parsley

📋 copy color: '#31542F'

red 49 ◦ green 84 ◦ blue 47

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

Shades of Parsley #31542F

Tints of Parsley #31542F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 27.22%
G = 46.67%
B = 26.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#31542F (or 0x31542F) is known color: Parsley. HEX triplet: 31, 54 and 2F. RGB value is (49,84,47). Sum of RGB (Red+Green+Blue) = 49+84+47=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #31542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31542F is #CEABD0. Grayscale: #454545. Windows color (decimal): -13544401 or 3101745. OLE color: 3101745.

HSL color Cylindrical-coordinate representation of color #31542F: hue angle of 116.76º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #31542F is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 47 -
CMYK 0.42 0 0.44 0.67
HSL 116.76º 0.28% 0.26% -
HSV(B) 116.76º 0.44% 0.33% -
XYZ 4.95 7.2 3.82 -
YUV 69.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 49 84 47 0.42 0 0.44 0.67 116.76 0.28 0.26
Hex 31 54 2F 2A 0 2C 43 75 1C 1A
Octal 61 124 57 52 0 54 103 165 34 32
Binary 110001 1010100 101111 101010 0 101100 1000011 1110101 11100 11010

Color Harmonies of #31542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31542F

Black with #31542F

Text Example


Text Example

White with #31542F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31542F; }

 p { color: rgb(49,84,47); }

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

background-color css

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

 a { background-color: rgb(49,84,47); }

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

border-color css

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

 span { border-color: rgb(49,84,47); }

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