Html Css Color HEX #316133 Parsley

📋 copy color: '#316133'

red 49 ◦ green 97 ◦ blue 51

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

Shades of Parsley #316133

Tints of Parsley #316133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 24.87%
G = 49.24%
B = 25.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#316133 (or 0x316133) is known color: Parsley. HEX triplet: 31, 61 and 33. RGB value is (49,97,51). Sum of RGB (Red+Green+Blue) = 49+97+51=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #316133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316133 is #CE9ECC. Grayscale: #4D4D4D. Windows color (decimal): -13541069 or 3367217. OLE color: 3367217.

HSL color Cylindrical-coordinate representation of color #316133: hue angle of 122.5º 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 #316133 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 97 51 -
CMYK 0.49 0 0.47 0.62
HSL 122.5º 0.33% 0.29% -
HSV(B) 122.5º 0.49% 0.38% -
XYZ 6.14 9.44 4.63 -
YUV 77.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 49 97 51 0.49 0 0.47 0.62 122.5 0.33 0.29
Hex 31 61 33 31 0 2F 3E 7B 21 1D
Octal 61 141 63 61 0 57 76 173 41 35
Binary 110001 1100001 110011 110001 0 101111 111110 1111011 100001 11101

Color Harmonies of #316133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316133

Black with #316133

Text Example


Text Example

White with #316133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316133; }

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

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

background-color css

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

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

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

border-color css

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

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

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