#316534

Color #316534 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #316534

Tints of Parsley #316534

Color information

#316534 (or 0x316534) is unknown color: approx Parsley. HEX triplet: 31, 65 and 34. RGB value is (49,101,52). Sum of RGB (Red+Green+Blue) = 49+101+52=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #316534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316534 is #CE9ACB. Grayscale: #505050. Windows color (decimal): -13540044 or 3433777. OLE color: 3433777.

HSL color Cylindrical-coordinate representation of color #316534: hue angle of 123.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316534 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB4910152-
CMYK0.5100.490.60
HSL123.46º34.67%29.41%-
HSV(B)123.46º51.49%39.61%-
XYZ6.5410.214.87-
YUV79.87112.27105.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 101 (39.84% from 255) = 50%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=24.26%
G=50%
B=25.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101520.5100.490.60123.4634.6729.41
Hex316534330313C7b231d
Octal611456463061741734335
Binary11000111001011101001100110110001111100111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316534; }

 p { color: rgb(49,101,52); }

 H1.HeaderClassName
 {
   color: #316534;
 }
 .AnyTagClassName
 {
   color: #316534;
 }
</style>
background-color css

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

 a { background-color: rgb(49,101,52); }

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

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

 span { border-color: rgb(49,101,52); }

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