Html Css Color HEX #31612D Parsley

📋 copy color: '#31612D'

red 49 ◦ green 97 ◦ blue 45

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

Shades of Parsley #31612D

Tints of Parsley #31612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 25.65%
G = 50.79%
B = 23.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.54

 K value IS 0.62

RGB Variations

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

Color information

#31612D (or 0x31612D) is known color: Parsley. HEX triplet: 31, 61 and 2D. RGB value is (49,97,45). Sum of RGB (Red+Green+Blue) = 49+97+45=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #31612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31612D is #CE9ED2. Grayscale: #4C4C4C. Windows color (decimal): -13541075 or 2974001. OLE color: 2974001.

HSL color Cylindrical-coordinate representation of color #31612D: hue angle of 115.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31612D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 45 -
CMYK 0.49 0 0.54 0.62
HSL 115.38º 0.37% 0.28% -
HSV(B) 115.38º 0.54% 0.38% -
XYZ 6.01 9.39 3.98 -
YUV 76.72 110.1 108.23 -
System Red Green Blue C M Y K H S L
Decimal 49 97 45 0.49 0 0.54 0.62 115.38 0.37 0.28
Hex 31 61 2D 31 0 36 3E 73 25 1C
Octal 61 141 55 61 0 66 76 163 45 34
Binary 110001 1100001 101101 110001 0 110110 111110 1110011 100101 11100

Color Harmonies of #31612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31612D

Black with #31612D

Text Example


Text Example

White with #31612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31612D; }

 p { color: rgb(49,97,45); }

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

background-color css

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

 a { background-color: rgb(49,97,45); }

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

border-color css

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

 span { border-color: rgb(49,97,45); }

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