Html Css Color HEX #316132 Parsley

📋 copy color: '#316132'

red 49 ◦ green 97 ◦ blue 50

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

Shades of Parsley #316132

Tints of Parsley #316132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 25.51%

R = 25%
G = 49.49%
B = 25.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#316132 (or 0x316132) is known color: Parsley. HEX triplet: 31, 61 and 32. RGB value is (49,97,50). Sum of RGB (Red+Green+Blue) = 49+97+50=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #316132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316132 is #CE9ECD. Grayscale: #4D4D4D. Windows color (decimal): -13541070 or 3301681. OLE color: 3301681.

HSL color Cylindrical-coordinate representation of color #316132: hue angle of 121.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316132 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 50 -
CMYK 0.49 0 0.48 0.62
HSL 121.25º 0.33% 0.29% -
HSV(B) 121.25º 0.49% 0.38% -
XYZ 6.12 9.43 4.52 -
YUV 77.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 49 97 50 0.49 0 0.48 0.62 121.25 0.33 0.29
Hex 31 61 32 31 0 30 3E 79 21 1D
Octal 61 141 62 61 0 60 76 171 41 35
Binary 110001 1100001 110010 110001 0 110000 111110 1111001 100001 11101

Color Harmonies of #316132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316132

Black with #316132

Text Example


Text Example

White with #316132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316132; }

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

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

background-color css

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

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

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

border-color css

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

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

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