Html Css Color HEX #31532E Parsley

📋 copy color: '#31532E'

red 49 ◦ green 83 ◦ blue 46

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

Shades of Parsley #31532E

Tints of Parsley #31532E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.63%

 BLUE value IS 46 (18.36% from 255) = 25.84%

R = 27.53%
G = 46.63%
B = 25.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#31532E (or 0x31532E) is known color: Parsley. HEX triplet: 31, 53 and 2E. RGB value is (49,83,46). Sum of RGB (Red+Green+Blue) = 49+83+46=178 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.53% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #31532E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31532E is #CEACD1. Grayscale: #444444. Windows color (decimal): -13544658 or 3035953. OLE color: 3035953.

HSL color Cylindrical-coordinate representation of color #31532E: hue angle of 115.14º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31532E is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 46 -
CMYK 0.41 0 0.45 0.67
HSL 115.14º 0.29% 0.25% -
HSV(B) 115.14º 0.45% 0.33% -
XYZ 4.85 7.04 3.69 -
YUV 68.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 49 83 46 0.41 0 0.45 0.67 115.14 0.29 0.25
Hex 31 53 2E 29 0 2D 43 73 1D 19
Octal 61 123 56 51 0 55 103 163 35 31
Binary 110001 1010011 101110 101001 0 101101 1000011 1110011 11101 11001

Color Harmonies of #31532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31532E

Black with #31532E

Text Example


Text Example

White with #31532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31532E; }

 p { color: rgb(49,83,46); }

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

background-color css

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

 a { background-color: rgb(49,83,46); }

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

border-color css

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

 span { border-color: rgb(49,83,46); }

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