#346131

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

Shades of Parsley #346131

Tints of Parsley #346131

Color information

#346131 (or 0x346131) is unknown color: approx Parsley. HEX triplet: 34, 61 and 31. RGB value is (52,97,49). Sum of RGB (Red+Green+Blue) = 52+97+49=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #346131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346131 is #CB9ECE. Grayscale: #4E4E4E. Windows color (decimal): -13344463 or 3236148. OLE color: 3236148.

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

Color convert

RGB529749-
CMYK0.4600.490.62
HSL116.25º32.88%28.63%-
HSV(B)116.25º49.48%38.04%-
XYZ6.259.54.41-
YUV78.07111.59109.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=26.26%
G=48.99%
B=24.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297490.4600.490.62116.2532.8828.63
Hex3461312E0313E74211d
Octal641416156061761644135
Binary11010011000011100011011100110001111110111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346131; }

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

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

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

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

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

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

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

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