Html Css Color HEX #31582F Parsley

📋 copy color: '#31582F'

red 49 ◦ green 88 ◦ blue 47

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

Shades of Parsley #31582F

Tints of Parsley #31582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 26.63%
G = 47.83%
B = 25.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#31582F (or 0x31582F) is known color: Parsley. HEX triplet: 31, 58 and 2F. RGB value is (49,88,47). Sum of RGB (Red+Green+Blue) = 49+88+47=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #31582F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31582F is #CEA7D0. Grayscale: #474747. Windows color (decimal): -13543377 or 3102769. OLE color: 3102769.

HSL color Cylindrical-coordinate representation of color #31582F: hue angle of 117.07º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31582F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 88 47 -
CMYK 0.44 0 0.47 0.65
HSL 117.07º 0.3% 0.26% -
HSV(B) 117.07º 0.47% 0.35% -
XYZ 5.27 7.84 3.92 -
YUV 71.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 49 88 47 0.44 0 0.47 0.65 117.07 0.3 0.26
Hex 31 58 2F 2C 0 2F 41 75 1E 1A
Octal 61 130 57 54 0 57 101 165 36 32
Binary 110001 1011000 101111 101100 0 101111 1000001 1110101 11110 11010

Color Harmonies of #31582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31582F

Black with #31582F

Text Example


Text Example

White with #31582F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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